Skip to content

Commit

Permalink
feat: #21 Debug windows build env
Browse files Browse the repository at this point in the history
  • Loading branch information
ducph committed Dec 9, 2019
1 parent a5f76ea commit 634bda0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,20 @@ jobs:
call emsdk.bat install latest-upstream
call emsdk.bat activate latest-upstream
cd ..
echo Install WGET
choco install wget -y
echo Install 7ZIP
choco install 7zip.install -y
echo Install SDL2LIB
wget -O SDL2-version_18.zip -q https://github.com/emscripten-ports/SDL2/archive/version_18.zip
mkdir InstallLibs
mkdir InstallLibs\SDL2
7z x SDL2-version_18.zip -oInstallLibs
copy InstallLibs\SDL2-version_18\include\*.* InstallLibs\SDL2
echo Install success
echo %PATH%
where mingw32-make
cmake --help
- name: Build
shell: cmd
run: |
Expand Down

0 comments on commit 634bda0

Please sign in to comment.