This commit is contained in:
Mateo Pidal
2021-05-05 23:59:46 -03:00
committed by GitHub
parent ff496bdfac
commit 96bf92c736

View File

@@ -131,7 +131,10 @@ jobs:
set PATH=C:\hostedtoolcache\windows\Java_Zulu_jdk\8.0.292-10\x86\bin;%PATH%
set CC=D:/Qt/Tools/mingw492_32\bin\gcc.exe
set CXX=D:/Qt/Tools/mingw492_32\bin\g++.exe
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:/MultiMC-Cracked ..\
ls
- name: cat CMake Output
if: ${{ failure() }}
@@ -141,6 +144,7 @@ jobs:
- name: make
shell: cmd
run: |
dir
mingw32-make -j8
- name: install