Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
d889ef25
Commit
d889ef25
authored
Jun 14, 2020
by
incardon
Browse files
Activating mac
parent
4c3bf180
Pipeline
#2028
passed with stages
in 75 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d889ef25
...
@@ -28,24 +28,26 @@ centos_run:
...
@@ -28,24 +28,26 @@ centos_run:
-
./run.sh $CI_PROJECT_DIR unused 3 0 0 numerics
-
./run.sh $CI_PROJECT_DIR unused 3 0 0 numerics
-
./run.sh $CI_PROJECT_DIR unused 4 0 0 numerics
-
./run.sh $CI_PROJECT_DIR unused 4 0 0 numerics
#mac_build
:
mac_build
:
# stage: build
stage
:
build
# tags:
tags
:
# - mac
-
mac
# artifacts:
artifacts
:
# paths:
paths
:
# - ./build/src/pdata
-
./build/src/pdata
# script:
-
./build/openfpm_numerics/src/numerics
# - ./build.sh $CI_PROJECT_DIR unused pdata full $CI_COMMIT_REF_NAME
-
./openfpm_numerics/test
script
:
-
./build.sh $CI_PROJECT_DIR unused pdata 0 $CI_COMMIT_REF_NAME
#
mac_run:
mac_run
:
#
stage: test
stage
:
test
#
tags:
tags
:
#
- mac
-
mac
#
dependencies:
dependencies
:
#
- mac_build
-
mac_build
#
script:
script
:
#
- ./run.sh $CI_PROJECT_DIR unused 1
pdata full
$CI_COMMIT_REF_NAME
-
./run.sh $CI_PROJECT_DIR unused 1
0 0
$CI_COMMIT_REF_NAME
ubuntu_build
:
ubuntu_build
:
stage
:
build
stage
:
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment