Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
schwede
openstructure
Commits
bac5a6fa
Commit
bac5a6fa
authored
8 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Trying check_xml
parent
bb2da238
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
bac5a6fa
...
...
@@ -11,7 +11,7 @@ test:centos6.6:
stage
:
test
image
:
centos:6.6
before_script
:
-
echo "Running
global
'before_script'..."
-
echo "Running
centos6.6
'before_script'..."
-
yum -y -q -e 0 install tcl
-
yum -y -q -e 0 install glibc-common
-
yum -y -q -e 0 install glibc-devel
...
...
@@ -34,7 +34,7 @@ test:centos6.6:
-
module load LibTIFF/4.0.3-goolf-1.4.10
-
module load libpng/1.6.17-goolf-1.4.10
-
module load zlib/1.2.8-goolf-1.4.10
-
echo "... done running
global
'before_script'."
-
echo "... done running
centos6.6
'before_script'."
script
:
-
echo "Testing on CentOS 6..."
-
echo " Building OST..."
...
...
@@ -66,6 +66,6 @@ test:centos6.6:
-
make -j
2
-
echo " ... done building OST."
-
echo " Running unit tests for OST..."
-
make check
-
make check
_xml
-
echo " ... done running unit tests for OST..."
-
echo "... done testing on CentOS 6."
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