@@ -65,37 +65,30 @@ jobs:
6565 shell : cmd
6666
6767 j6 :
68- name : Windows Visual Studio 2017 x64
68+ name : Windows Visual Studio 2022 x86
6969 runs-on : windows-2022
7070 steps :
7171 - uses : actions/checkout@v4
7272 - run : |
7373 choco install -y -r --no-progress wget
74- choco install -y -r --no-progress opencv --version=3.4.8 --package-parameters '/Environment:C:\tools\opencv\build'
74+ choco install -y -r --no-progress libopencv-dev --version=4.10.0 --params "'/url:https://github.com/lebarsfa/Packages/releases/download/libopencv-dev.4.10.0.20240807/libopencv-dev.4.10.0_x86_vc17_lib_Release.exe'"
7575 wget https://github.com/ENSTABretagneRobotics/OSUtils/archive/master.zip && unzip -q -o master.zip && mv -f OSUtils-master ../OSUtils && rm -Rf master.zip
7676 wget https://github.com/ENSTABretagneRobotics/Extensions/archive/master.zip && unzip -q -o master.zip && mv -f Extensions-master ../Extensions && rm -Rf master.zip
7777 shell: bash
78- - run : refreshenv.cmd & cmake -G "Visual Studio 17" -T v141 -A x64 -D OpenCV_ARCH=x64 -D OpenCV_RUNTIME=vc15 . & cmake --build . --config Release
78+ - run : refreshenv.cmd & cmake -G "Visual Studio 17" -T v143 -A Win32 -D OpenCV_ARCH=x86 -D OpenCV_RUNTIME=vc17 . & cmake --build . --config Release
7979 shell : cmd
8080
8181 j7 :
82- name : Windows MinGW 11 .2.0 x64
82+ name : Windows MinGW 13 .2.0 x64
8383 runs-on : windows-2022
8484 steps :
8585 - uses : actions/checkout@v4
8686 - run : |
8787 choco install -y -r --no-progress wget
88- choco install -y -r --no-progress mingw --version=11 .2.0.07112021 --force
89- choco install -y -r --no-progress libopencv-dev --version=4.5.4.20230429
88+ choco install -y -r --no-progress mingw --version=13 .2.0 --force
89+ choco install -y -r --no-progress libopencv-dev --version=4.6.0.20240808
9090 wget https://github.com/ENSTABretagneRobotics/OSUtils/archive/master.zip && unzip -q -o master.zip && mv -f OSUtils-master ../OSUtils && rm -Rf master.zip
9191 wget https://github.com/ENSTABretagneRobotics/Extensions/archive/master.zip && unzip -q -o master.zip && mv -f Extensions-master ../Extensions && rm -Rf master.zip
9292 shell: bash
9393 - run : cmake -G "MSYS Makefiles" . && cmake --build .
9494 shell : bash
95-
96- j8 :
97- name : Ubuntu 20.04 i386
98- runs-on : ubuntu-latest
99- steps :
100- - uses : actions/checkout@v4
101- - run : docker run -i -v "${PWD}/..:${PWD}/.." i386/ubuntu:focal /bin/bash -c "linux32 --32bit i386 uname -a && cat /etc/os-release && cd ${PWD} && apt-get -q update ; apt-get -y install sudo lsb-release wget unzip build-essential cmake libopencv-dev libgtk2.0 && lsb_release -a && wget https://github.com/ENSTABretagneRobotics/OSUtils/archive/master.zip && unzip -q -o master.zip && mv -f OSUtils-master ../OSUtils && rm -Rf master.zip && wget https://github.com/ENSTABretagneRobotics/Extensions/archive/master.zip && unzip -q -o master.zip && mv -f Extensions-master ../Extensions && rm -Rf master.zip && cmake . && cmake --build ."
0 commit comments