updating ci build

updating ci build to move towards supporting a windows build that will publish to releases
This commit is contained in:
Alister
2021-11-04 18:04:08 +00:00
parent a402049c12
commit 4f5f584ee2

View File

@@ -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