Skip to content
Snippets Groups Projects
Commit 7c641af6 authored by Felix de las Pozas Alvarez's avatar Felix de las Pozas Alvarez
Browse files

Change from apps.private to apps in yml file.

parent e6ea05e8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Ubuntu-Optional-Deps-master:
stage: build
script:
- export APPIMAGES="visimpl stackviz"
- export APPIMAGE_REPO="gitlabci@gmrv.es:apps.private"
- export APPIMAGE_REPO="gitlabci@gmrv.es:apps"
- export APPIMAGE_ICON="visimpl/icons/visimpl-icon-square.png"
- export CMAKE_EXTRA_ARGS="-DCLONE_SUBPROJECTS=ON -DVISIMPL_OPTIONALS_AS_REQUIRED=ON"
- export BUILD_OPTIONALS_SUBPROJECTS=1
......@@ -42,7 +42,7 @@ OSX-Optional-Deps-master:
stage: build
script:
- export APPBUNDLES="visimpl stackviz"
- export DMGAPP_REPO="gitlabci@gmrv.es:apps.private"
- export DMGAPP_REPO="gitlabci@gmrv.es:apps"
- module load Qt-5.9.1
- export CMAKE_EXTRA_ARGS="-DCLONE_SUBPROJECTS=ON -DVISIMPL_OPTIONALS_AS_REQUIRED=ON -DGLUT_glut_LIBRARY=/usr/local/Cellar/freeglut/3.0.0/lib/libglut.dylib"
- export BUILD_OPTIONALS_SUBPROJECTS=1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment