Skip to content

Commit

Permalink
#5 #75 using gmic submodule (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent b0af498 commit ea8abb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
shell: cmd
run: |
REM call scripts\build_win_x86.bat
cd gmic\src
git checkout 2.9.1
cd ..\..
cd gmic
git checkout v.2.9.1
cd ..
C:\msys64\usr\bin\wget.exe -P gmic\src https://gmic.eu/gmic_stdlib.h
C:\msys64\usr\bin\wget.exe -P gmic\src https://github.com/dtschump/CImg/raw/master/CImg.h
vcpkg install libpng:x64-windows libjpeg-turbo:x64-windows zlib:x64-windows curl:x64-windows tiff:x64-windows fftw3:x64-windows
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
PYTHON3: python3
PIP3: pip3
run: |
cd gmic/src
git checkout 2.9.1
cd ../..
cd gmic
git checkout v.2.9.1
cd ..
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
sudo apt-get update; sudo apt-get install -y libfftw3-dev libcurl4-openssl-dev libpng-dev zlib1g-dev libomp5 libomp-dev
sudo apt-get install clang-format
Expand Down

0 comments on commit ea8abb7

Please sign in to comment.