Skip to content

Commit

Permalink
Add xmake to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrowrpurr committed Jan 7, 2024
1 parent f38851c commit 53848a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux-cxx11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: Build
run: xmake build -w -v "Tests cxx11"
- name: Test
Expand Down

0 comments on commit 53848a8

Please sign in to comment.