Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
6
6dfSample
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
rds
2dfdr
sample data
6dfSample
Commits
0e8cffc4
Commit
0e8cffc4
authored
3 years ago
by
Mario Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
498a7235
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1764
failed
3 years ago
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-66
3 additions, 66 deletions
.gitlab-ci.yml
with
3 additions
and
66 deletions
.gitlab-ci.yml
+
3
−
66
View file @
0e8cffc4
stages
:
-
test
test_ubuntu
:
stage
:
test
script
:
#- 'curl --location --output artifacts.zip --header "PRIVATE-TOKEN: DE5pwEjxTPgNVUGqiR-K" "https://dev.aao.org.au/api/v4/projects/91/jobs/artifacts/master/download?job=build"'
-
'
curl
--location
--output
artifacts.zip
--header
"PRIVATE-TOKEN:
DE5pwEjxTPgNVUGqiR-K"
"https://dev.aao.org.au/api/v4/projects/91/jobs/artifacts/master/download?job=build_ubuntu"'
-
unzip artifacts.zip
-
unzip install_dir_ubuntu.zip
-
export PATH="$PWD/2dfdr_install/bin:${PATH}"
-
echo $PATH
-
>
if [ "$(pgrep -l Xvfb)" == "" ]; then
Xvfb :99&
fi
-
export DISPLAY=:99
-
sleep
2
-
make -f Makefile.ac test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
tags
:
-
test_execute_ubuntu
test_catalina
:
stage
:
test
script
:
-
'
curl
--location
--output
artifacts.zip
--header
"PRIVATE-TOKEN:
DE5pwEjxTPgNVUGqiR-K"
"https://dev.aao.org.au/api/v4/projects/91/jobs/artifacts/master/download?job=build_macos_catalina"'
-
unzip artifacts.zip
-
unzip install_dir_macos_catalina.zip
-
export PATH="$PWD/2dfdr_install/bin:${PATH}"
-
echo $PATH
-
>
if [ "$(pgrep -l Xvfb)" == "" ]; then
Xvfb :99 >/dev/null 2>&1 &
fi
-
export DISPLAY=:99
-
sleep
2
-
make -f Makefile.ac test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
tags
:
-
test_execute_catalina
test_mojave
:
stage
:
test
script
:
-
'
curl
--location
--output
artifacts.zip
--header
"PRIVATE-TOKEN:
DE5pwEjxTPgNVUGqiR-K"
"https://dev.aao.org.au/api/v4/projects/91/jobs/artifacts/master/download?job=build_macos_mojave"'
-
unzip artifacts.zip
-
unzip install_dir_macos_mojave.zip
-
export PATH="$PWD/2dfdr_install/bin:${PATH}"
-
echo $PATH
-
>
if [ "$(pgrep -l Xvfb)" == "" ]; then
Xvfb :99 >/dev/null 2>&1 &
fi
-
export DISPLAY=:99
-
sleep
2
-
make -f Makefile.ac test
only
:
variables
:
-
$CI_PIPELINE_SOURCE == "pipeline"
tags
:
-
test_execute_mojave
include
:
-
project
:
'
rds/2dfdr/sample/CommonFiles'
file
:
'
.gitlab-ci-template.yml'
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