We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5842b61 commit 2315bf9Copy full SHA for 2315bf9
.github/workflows/build.yml
@@ -85,7 +85,8 @@ jobs:
85
export XMAKE_ROOT=y # Only need to use "--root" in CI
86
xmake --version
87
source env.sh
88
- pushd apps/${{ matrix.app }}
+ pushd apps
89
+ echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
90
xmake f -a x86_64 --target_os=linux -vyD
91
xmake -j$(nproc) -vyD -P .
92
popd
0 commit comments