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