Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Mar 8, 2024
1 parent 97c968f commit a0b7253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Initialize
uses: github/codeql-action/init@v2

- name: Setup
run: |
choco install gnuwin32-m4
choco install cmake --pre
- name: Build
run: |
Import-Module .\.github\Invoke-VisualStudio.ps1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true

- name: Install packages
run: |
sudo apt update && sudo apt install -y doxygen cmake nasm
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Generate API
run: |
mkdir build
cmake -S . -B ./build ${{ env.CMAKE_FLAGS }}
cmake --build ./build --verbose --target Doxygen --config Debug
- name: Upload gh-pages artifact
if: ${{ github.ref_name }} == "dev"
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit a0b7253

Please sign in to comment.