File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ stages:
1111 - npm run build
1212 - npm run test
1313
14+ node-10-llvm-6 :
15+ image : registry.gitlab.com/ovr/staticscript:node-10-llvm-6
16+ << : *run_tests
17+
18+ node-10-llvm-7 :
19+ image : registry.gitlab.com/ovr/staticscript:node-10-llvm-7
20+ << : *run_tests
21+
22+ node-10-llvm-8 :
23+ image : registry.gitlab.com/ovr/staticscript:node-10-llvm-8
24+ << : *run_tests
25+
1426node-11-llvm-6 :
1527 image : registry.gitlab.com/ovr/staticscript:node-11-llvm-6
1628 << : *run_tests
Original file line number Diff line number Diff line change 1- FROM node:10-slim
1+ FROM node:10-stretch
22
33RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
44 echo "deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-6.0 main" | tee -a /etc/apt/sources.list && \
Original file line number Diff line number Diff line change 1- FROM node:10-slim
1+ FROM node:10-stretch
22
33RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
44 echo "deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-7 main" | tee -a /etc/apt/sources.list && \
Original file line number Diff line number Diff line change 1- FROM node:10-slim
1+ FROM node:10-stretch
22
33RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
44 echo "deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch main" | tee -a /etc/apt/sources.list && \
You can’t perform that action at this time.
0 commit comments