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

Update .gitlab-ci.yml

parent 6f1cbc11
No related branches found
No related tags found
No related merge requests found
Pipeline #4976 canceled
stages:
- build
- test
#stages:
# - build
# - test
image: ubuntu:latest
build:
stage: build
before_script:
before_script:
- echo "zzzzzz"
- apt-get libc6-dev-i386
- apt-get csh
- python3 -m pip install PyQt5
script:
- cd python; make rc
- cd python && make rc
# script:
# - cd python; make rc
test:
stage: 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