We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f58a40 commit c52ab79Copy full SHA for c52ab79
.github/workflows/cosmocc.yml
@@ -37,24 +37,17 @@ jobs:
37
- name: Build
38
run: |
39
cd core
40
- xmake f -p linux --cosmocc=y -y -cvD
+ xmake f -p linux --cosmocc=y --embed=y -y -cvD
41
xmake -v
42
cd ..
43
44
- name: Tests
45
46
- source scripts/srcenv.profile
47
- xmake --version
48
- xmake lua -v -D tests/run.lua
49
- xrepo --version
+ core/build/xmake --version
+ core/build/xmake lua -v -D tests/run.lua
50
51
- name: Artifact
52
- run: |
53
- brew install gnu-tar
54
- cd core
55
- xmake pack -y --autobuild=n --basename=xmake -f zip -o ../artifacts xmake
56
- cd ..
57
- uses: actions/upload-artifact@v2
58
with:
59
- name: xmake-latest.zip
60
- path: artifacts/xmake.zip
+ name: xmake
+ path: core/build/xmake
0 commit comments