Revert "updating ci build"

This reverts commit 4f5f584ee2.
This commit is contained in:
Alister
2021-11-04 21:09:48 +00:00
parent 8deae9e66f
commit 7a362f8b30

View File

@@ -8,13 +8,18 @@
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: havric/noggit-red-build-win-lite:latest
image: havric/noggit-red-build:latest
build:
stage: build
script:
- cmake ./
-msbuild ./
- gcc -dumpversion
- g++ --version
- cmake -version
- mkdir build
- cd build
- cmake ..
- make
artifacts:
paths:
- build