Skip to content

Commit

Permalink
Merge branch 'phoenix' of gitlab.com:meszaros.q/libnest2d
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmeszaros committed Oct 16, 2019
2 parents 281d45d + 1338e94 commit 6254a19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: gcc
image: meszarosq/phoenix:latest

build:
stage: build
tags:
- linux
- clang
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
Expand All @@ -22,6 +25,8 @@ build:
# run tests using the binary built before
test:
stage: test
tags:
- linux
#before_script:
# - apt update && apt -y install libpolyclipping22 libnlopt-cxx0 libnlopt0
script:
Expand Down

0 comments on commit 6254a19

Please sign in to comment.