Skip to content
Snippets Groups Projects
Commit c84fed1f authored by calrama's avatar calrama
Browse files

ci/cd: remove windows builds

parent 76e45437
Branches
No related tags found
No related merge requests found
Pipeline #25872 passed
...@@ -11,18 +11,11 @@ stages: ...@@ -11,18 +11,11 @@ stages:
tags: [ linux, docker ] tags: [ linux, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7 image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
.windows-1809:
tags: [ windows-1809, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows1809
.gcc8: &gcc8 .gcc8: &gcc8
CC: gcc-8 CC: gcc-8
CXX: g++-8 CXX: g++-8
.msvc15.9: &msvc15_9
VCVARS_VER: '14.16'
.release: &release .release: &release
CMAKE_BUILD_TYPE: Release CMAKE_BUILD_TYPE: Release
...@@ -75,28 +68,6 @@ build centos-7[robotracker]: ...@@ -75,28 +68,6 @@ build centos-7[robotracker]:
- export INSTALL_OPENCV_COMPONENTS='core;cudabgsegm;cudaobjdetect;cudastereo;stitching;cudafeatures2d;superres;videostab;cudaoptflow;cudalegacy;cudawarping;aruco;bgsegm;bioinspired;ccalib;cvv;dpm;highgui;videoio;face;freetype;fuzzy;hdf;hfs;img_hash;line_descriptor;optflow;reg;rgbd;saliency;stereo;structured_light;phase_unwrapping;surface_matching;tracking;datasets;plot;xfeatures2d;ml;shape;video;ximgproc;xobjdetect;imgcodecs;objdetect;calib3d;features2d;flann;xphoto;photo;cudaimgproc;cudafilters;cudaarithm;imgproc;cudev' - export INSTALL_OPENCV_COMPONENTS='core;cudabgsegm;cudaobjdetect;cudastereo;stitching;cudafeatures2d;superres;videostab;cudaoptflow;cudalegacy;cudawarping;aruco;bgsegm;bioinspired;ccalib;cvv;dpm;highgui;videoio;face;freetype;fuzzy;hdf;hfs;img_hash;line_descriptor;optflow;reg;rgbd;saliency;stereo;structured_light;phase_unwrapping;surface_matching;tracking;datasets;plot;xfeatures2d;ml;shape;video;ximgproc;xobjdetect;imgcodecs;objdetect;calib3d;features2d;flann;xphoto;photo;cudaimgproc;cudafilters;cudaarithm;imgproc;cudev'
- export INSTALL_SHARED_LIBRARIES='boost_random-mt.so.1.53.0;gfortran.so.3;openblas.so.0;mpfr.so.4;nppc.so.10;nppial.so.10;nppicc.so.10;nppicom.so.10;nppidei.so.10;nppif.so.10;nppig.so.10;nppim.so.10;nppist.so.10;nppisu.so.10;nppitc.so.10;npps.so.10;cublas.so.10;cufft.so.10;gstvideo-0.10.so.0;gstapp-0.10.so.0;gstbase-0.10.so.0;gstriff-0.10.so.0;gstpbutils-0.10.so.0;gstaudio-0.10.so.0;gsttag-0.10.so.0;gstinterfaces-0.10.so.0;gstreamer-0.10.so.0;webp.so.4;png15.so.15;jasper.so.1;cublasLt.so.10' - export INSTALL_SHARED_LIBRARIES='boost_random-mt.so.1.53.0;gfortran.so.3;openblas.so.0;mpfr.so.4;nppc.so.10;nppial.so.10;nppicc.so.10;nppicom.so.10;nppidei.so.10;nppif.so.10;nppig.so.10;nppim.so.10;nppist.so.10;nppisu.so.10;nppitc.so.10;npps.so.10;cublas.so.10;cufft.so.10;gstvideo-0.10.so.0;gstapp-0.10.so.0;gstbase-0.10.so.0;gstriff-0.10.so.0;gstpbutils-0.10.so.0;gstaudio-0.10.so.0;gsttag-0.10.so.0;gstinterfaces-0.10.so.0;gstreamer-0.10.so.0;webp.so.4;png15.so.15;jasper.so.1;cublasLt.so.10'
build windows-1809:
extends: .windows-1809
<<: *build
variables:
<<: [ *msvc15_9, *release, *hdf5, *mxnet, *cpp_lib ]
before_script:
- ./.gitlab-ci.py prepare
--dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package windows-1809'
- $env:PACKAGE_TXZ='ON'
- $env:INSTALL_SHARED_LIBRARIES='libmxnet'
build windows-1809[robotracker]:
extends: .windows-1809
<<: *build
variables:
<<: [ *msvc15_9, *release, *hdf5, *mxnet, *robotracker_plugins ]
before_script:
- ./.gitlab-ci.py prepare
--dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package windows-1809'
- $env:PACKAGE_WINDOWS_MSI='ON'
- $env:INSTALL_SHARED_LIBRARIES='libmxnet'
.build_python: &build_python .build_python: &build_python
<<: *build <<: *build
script: ./.gitlab-ci.py build_python script: ./.gitlab-ci.py build_python
...@@ -110,17 +81,6 @@ build centos-7[python]: ...@@ -110,17 +81,6 @@ build centos-7[python]:
- export INSTALL_OPENCV_COMPONENTS='core;cudabgsegm;cudaobjdetect;cudastereo;stitching;cudafeatures2d;superres;videostab;cudaoptflow;cudalegacy;cudawarping;aruco;bgsegm;bioinspired;ccalib;cvv;dpm;highgui;videoio;face;freetype;fuzzy;hdf;hfs;img_hash;line_descriptor;optflow;reg;rgbd;saliency;stereo;structured_light;phase_unwrapping;surface_matching;tracking;datasets;plot;xfeatures2d;ml;shape;video;ximgproc;xobjdetect;imgcodecs;objdetect;calib3d;features2d;flann;xphoto;photo;cudaimgproc;cudafilters;cudaarithm;imgproc;cudev' - export INSTALL_OPENCV_COMPONENTS='core;cudabgsegm;cudaobjdetect;cudastereo;stitching;cudafeatures2d;superres;videostab;cudaoptflow;cudalegacy;cudawarping;aruco;bgsegm;bioinspired;ccalib;cvv;dpm;highgui;videoio;face;freetype;fuzzy;hdf;hfs;img_hash;line_descriptor;optflow;reg;rgbd;saliency;stereo;structured_light;phase_unwrapping;surface_matching;tracking;datasets;plot;xfeatures2d;ml;shape;video;ximgproc;xobjdetect;imgcodecs;objdetect;calib3d;features2d;flann;xphoto;photo;cudaimgproc;cudafilters;cudaarithm;imgproc;cudev'
- export INSTALL_SHARED_LIBRARIES='boost_random-mt.so.1.53.0;gfortran.so.3;openblas.so.0;mpfr.so.4;nppc.so.10;nppial.so.10;nppicc.so.10;nppicom.so.10;nppidei.so.10;nppif.so.10;nppig.so.10;nppim.so.10;nppist.so.10;nppisu.so.10;nppitc.so.10;npps.so.10;cublas.so.10;cufft.so.10;gstvideo-0.10.so.0;gstapp-0.10.so.0;gstbase-0.10.so.0;gstriff-0.10.so.0;gstpbutils-0.10.so.0;gstaudio-0.10.so.0;gsttag-0.10.so.0;gstinterfaces-0.10.so.0;gstreamer-0.10.so.0;webp.so.4;png15.so.15;jasper.so.1;cublasLt.so.10;avcodec.so.58;avformat.so.58;avutil.so.56;swscale.so.5;avresample.so.4;swresample.so.3;icui18n.so.56;icuuc.so.56;icudata.so.56;hdf5.so.103' - export INSTALL_SHARED_LIBRARIES='boost_random-mt.so.1.53.0;gfortran.so.3;openblas.so.0;mpfr.so.4;nppc.so.10;nppial.so.10;nppicc.so.10;nppicom.so.10;nppidei.so.10;nppif.so.10;nppig.so.10;nppim.so.10;nppist.so.10;nppisu.so.10;nppitc.so.10;npps.so.10;cublas.so.10;cufft.so.10;gstvideo-0.10.so.0;gstapp-0.10.so.0;gstbase-0.10.so.0;gstriff-0.10.so.0;gstpbutils-0.10.so.0;gstaudio-0.10.so.0;gsttag-0.10.so.0;gstinterfaces-0.10.so.0;gstreamer-0.10.so.0;webp.so.4;png15.so.15;jasper.so.1;cublasLt.so.10;avcodec.so.58;avformat.so.58;avutil.so.56;swscale.so.5;avresample.so.4;swresample.so.3;icui18n.so.56;icuuc.so.56;icudata.so.56;hdf5.so.103'
build windows-1809[python]:
extends: .windows-1809
<<: *build_python
variables:
<<: [ *msvc15_9 ]
before_script:
- ./.gitlab-ci.py prepare
--dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package windows-1809'
- $env:INSTALL_OPENCV_COMPONENTS='core'
- $env:INSTALL_SHARED_LIBRARIES='zlib1;libpng16;openblas'
.package: &package .package: &package
stage: package stage: package
...@@ -144,18 +104,6 @@ package centos-7[robotracker]: ...@@ -144,18 +104,6 @@ package centos-7[robotracker]:
- build centos-7[robotracker] - build centos-7[robotracker]
<<: *package <<: *package
package windows-1809:
extends: .windows-1809
dependencies:
- build windows-1809
<<: *package
package windows-1809[robotracker]:
extends: .windows-1809
dependencies:
- build windows-1809[robotracker]
<<: *package
.package_python: &package_python .package_python: &package_python
<<: *package <<: *package
script: ./.gitlab-ci.py package_python script: ./.gitlab-ci.py package_python
...@@ -166,12 +114,6 @@ package centos-7[python]: ...@@ -166,12 +114,6 @@ package centos-7[python]:
- build centos-7[python] - build centos-7[python]
<<: *package_python <<: *package_python
package windows-1809[python]:
extends: .windows-1809
dependencies:
- build windows-1809[python]
<<: *package_python
upload centos-7[python]: upload centos-7[python]:
extends: .centos-7 extends: .centos-7
...@@ -179,10 +121,3 @@ upload centos-7[python]: ...@@ -179,10 +121,3 @@ upload centos-7[python]:
dependencies: dependencies:
- package centos-7[python] - package centos-7[python]
script: ./.gitlab-ci.py upload_python script: ./.gitlab-ci.py upload_python
upload windows-1809[python]:
extends: .centos-7
stage: deploy
dependencies:
- package windows-1809[python]
script: ./.gitlab-ci.py upload_python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment