Removing gitlab CI for now

This commit is contained in:
Ian Roddis
2021-09-10 13:36:14 -03:00
parent abdbf9f2bf
commit ff5a75abb0

26
.gitlab-ci.yml.old Normal file
View 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