Skip to content

Commit

Permalink
merged CMake steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 9, 2023
1 parent 4b4e2aa commit 79ac8de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@ jobs:
- name: Create Build Directory
run: |
mkdir build
cd build
- name: Configure CMake Project
- name: Configure CMake Project and Build
run: |
cd build
emcmake cmake ..
- name: Build with CMake
run: |
cmake --build .
cd ..
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 79ac8de

Please sign in to comment.