Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gryphon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monterey Phoenix
User Interfaces
Gryphon
Commits
85a85dfc
Commit
85a85dfc
authored
4 years ago
by
Allen, Bruce (CIV)
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
6f1cbc11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4976
canceled
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-9
11 additions, 9 deletions
.gitlab-ci.yml
with
11 additions
and
9 deletions
.gitlab-ci.yml
+
11
−
9
View file @
85a85dfc
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment