Skip to content
Snippets Groups Projects
Commit 4eccb358 authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Fix: incorrect dev app_version tag in yml script.

parent 8150e446
No related branches found
Tags 1.1.3
No related merge requests found
...@@ -24,7 +24,6 @@ Ubuntu-Optional-Deps-master-tags: ...@@ -24,7 +24,6 @@ Ubuntu-Optional-Deps-master-tags:
stage: build stage: build
script: script:
- module load Qt-5.15.2 - module load Qt-5.15.2
- export APP_VERSION="dev"
- export APPIMAGES="visimpl stackviz" - export APPIMAGES="visimpl stackviz"
- export APPIMAGE_REPO="gitlabci@vg-lab.es:apps" - export APPIMAGE_REPO="gitlabci@vg-lab.es:apps"
- export APPIMAGE_ICON="visimpl/visimpl.png" - export APPIMAGE_ICON="visimpl/visimpl.png"
...@@ -153,7 +152,6 @@ OSX-Subproject: ...@@ -153,7 +152,6 @@ OSX-Subproject:
# Win7: # Win7:
# stage: build # stage: build
# script: # script:
# - call %ENVFILESDIR%\Bonjour-SDK.bat
# - call %ENVFILESDIR%\Boost-1.72-vs14-x64.bat # - call %ENVFILESDIR%\Boost-1.72-vs14-x64.bat
# - call %ENVFILESDIR%\Qt-5.12-vs14.bat # - call %ENVFILESDIR%\Qt-5.12-vs14.bat
# - call %ENVFILESDIR%\eigen-3.1.2-vs12-x64.bat # - call %ENVFILESDIR%\eigen-3.1.2-vs12-x64.bat
......
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