Skip to content

Commit

Permalink
conf: updates to xmake config per #242
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Dec 27, 2023
1 parent e806bc6 commit 77caa31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-xmake-linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build on linux
name: xmake

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/.xmake-global" >> "${{ github.env }}"
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.6
- name: update repo
run: xmake repo -u
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ xcode/Build
xcode/DerivedData
.DS_Store

#vscode unwanted#
.vscode/compile_commands.json

#unwanted other sources #
########################
zlib-1.2.3
Expand Down

0 comments on commit 77caa31

Please sign in to comment.