updating ci build
updating ci build to move towards supporting a windows build that will publish to releases
This commit is contained in:
@@ -8,18 +8,13 @@
|
||||
# can use verions as well, like gcc:5.2
|
||||
# see https://hub.docker.com/_/gcc/
|
||||
|
||||
image: havric/noggit-red-build:latest
|
||||
image: havric/noggit-red-build-win-lite:latest
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- gcc -dumpversion
|
||||
- g++ --version
|
||||
- cmake -version
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- cmake ./
|
||||
-msbuild ./
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user