Skip to content
Snippets Groups Projects
Commit 510dca4b authored by Pietro Incardona's avatar Pietro Incardona
Browse files

retry compile and run

parent b94aa0d8
No related branches found
No related tags found
No related merge requests found
Pipeline #4549 canceled
...@@ -12,19 +12,19 @@ docker_centos_build: ...@@ -12,19 +12,19 @@ docker_centos_build:
- apt-get update - apt-get update
- DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata - DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
- apt-get -y install cmake wget git g++ gfortran python2 python-is-python3 - apt-get -y install cmake wget git g++ gfortran python2 python-is-python3
- mkdir -p base - mkdir -p openfpm_dependencies
- mkdir /root/.ssh && chmod 700 /root/.ssh - mkdir /root/.ssh && chmod 700 /root/.ssh
- cp id_rsa.pub /root/.ssh/id_rsa.pub && chmod 644 /root/.ssh/id_rsa.pub - cp id_rsa.pub /root/.ssh/id_rsa.pub && chmod 644 /root/.ssh/id_rsa.pub
- cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa - cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa
- ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts - ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts
- ls base - ls openfpm_dependencies
- echo "cifarm-ubuntu-node" > hostname - echo "cifarm-ubuntu-node" > hostname
- ./build.sh $CI_PROJECT_DIR unused pdata 0 base - ./build.sh $CI_PROJECT_DIR unused pdata 0 base
- ls base - ls openfpm_dependencies
cache: cache:
key: $CI_COMMIT_REF_SLUG key: $CI_COMMIT_REF_SLUG
paths: paths:
- base/ - openfpm_dependencies/
docker_centos_run: docker_centos_run:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment