Skip to content
Snippets Groups Projects
Commit 83168f78 authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
Browse files

Update .gitlab-ci.yml

parent 529959c7
No related branches found
No related tags found
No related merge requests found
Pipeline #4970 canceled
stages:
- build
- test
# - test
job 0:
- stage: .pre
- script:
build:
stage: build
before_script:
- echo "zzzzzz"
- apt-get libc6-dev-i386
- apt-get csh
- python3 -m pip install PyQt5
script:
- cd python; make rc
after_script:
- cd python; make check
job 1:
- stage: build
- script:
- cd python; make rc
job 2:
- stage: test
- script:
- cd python; make check
#test:
# - stage: test
# - script:
# - cd python; make check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment