Disabling gitlab CI for now
This commit is contained in:
@@ -1,26 +1,26 @@
|
|||||||
image: gcc
|
# image: gcc
|
||||||
|
#
|
||||||
stages:
|
# stages:
|
||||||
- build
|
# - build
|
||||||
- test
|
# - test
|
||||||
|
#
|
||||||
build-job:
|
# build-job:
|
||||||
stage: build
|
# stage: build
|
||||||
before_script:
|
# before_script:
|
||||||
- apt-get update && apt-get install -y make cmake git coreutils
|
# - apt-get update && apt-get install -y make cmake git coreutils
|
||||||
script:
|
# script:
|
||||||
- mkdir build
|
# - mkdir build
|
||||||
- cd build
|
# - cd build
|
||||||
- cmake ..
|
# - cmake ..
|
||||||
- make tests
|
# - make tests
|
||||||
artifacts:
|
# artifacts:
|
||||||
untracked: false
|
# untracked: false
|
||||||
expire_in: 30 days
|
# expire_in: 30 days
|
||||||
paths:
|
# paths:
|
||||||
- build/tests/tests
|
# - build/tests/tests
|
||||||
|
#
|
||||||
unit-test-job:
|
# unit-test-job:
|
||||||
stage: test
|
# stage: test
|
||||||
script:
|
# script:
|
||||||
- echo "Running unit tests"
|
# - echo "Running unit tests"
|
||||||
- build/tests/tests
|
# - build/tests/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user