Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
COLIBRI
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
COLIBRI
Commits
eb4cf78f
Commit
eb4cf78f
authored
5 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
use only ubuntu for sudo
parent
c8f62f8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Add ci and bundleling
Pipeline
#24614
failed
5 years ago
Stage: tests
Stage: tests_recompilation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
eb4cf78f
...
...
@@ -4,15 +4,15 @@ stages:
tests_without_recompilation
:
stage
:
tests
image
:
debian
image
:
ubuntu
script
:
#Eclipse Prolog compilation of COLIBRI
-
./compile_colibri.sh
#Bundle in bundle directory
-
./bundle.sh
#Test
-
apt-get update
-
apt-get install -y parallel
-
sudo
apt-get update
-
sudo
apt-get install -y parallel
-
./test.sh -j2
artifacts
:
paths
:
...
...
@@ -40,8 +40,8 @@ tests_with_recompilation:
#Bundle in bundle directory
-
./bundle.sh
#Test
-
apt-get update
-
apt-get install -y parallel
-
sudo
apt-get update
-
sudo
apt-get install -y parallel
-
./test.sh -j2
artifacts
:
paths
:
...
...
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