Skip to content
Snippets Groups Projects
Commit 39195738 authored by Sven Marcus's avatar Sven Marcus
Browse files

Turn GPU build ON in .gitlab-ci.yml

parent ebf5a239
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
......@@ -44,7 +44,7 @@ stages:
- cd $CI_PROJECT_DIR/$BUILD_FOLDER
- cmake ..
-DBUILD_VF_CPU=ON
-DBUILD_VF_GPU=OFF
-DBUILD_VF_GPU=ON
- cmake . -LAH
- make -j4
......@@ -526,11 +526,13 @@ vf_to_phoenix:
REMOTE_USER:
- y0054816
###############################################################################
vf_wheel_to_jupyterhub:
extends: .deploy_template
stage: deploy
only: ["schedules"]
only: ["manual"]
needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"]
......@@ -544,22 +546,6 @@ vf_wheel_to_jupyterhub:
- ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook_jupyter_update.yml
###############################################################################
vf_wheel_to_jupyterhub:
extends: .deploy_template
stage: deploy
only: ["schedules"]
needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"]
variables:
HOST: "finrod.irmb.bau.tu-bs.de"
SSH_KEY: "$SSH_PRIVATE_KEY_JUPYTER_HOST_AT_FINROD"
REMOTE_USER: "jupyter_host"
jupyter_host: "jupyter_host"
script:
- ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook_jupyter_update.yml
cppcheck_to_elladan:
extends: .deploy_template
......
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