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 49d7831 commit ce3b59aCopy full SHA for ce3b59a
.github/workflows/build.yml
@@ -39,7 +39,15 @@ jobs:
39
submodules: 'recursive'
40
- name: Build
41
shell: pwsh
42
- run: .\tools\cmdline\axmol -p win32 -a x64 && .\tools\cmdline\axmol run -p win32 -a x64 -t unit-tests
+ run: |
43
+ .\tools\cmdline\axmol -p win32 -a x64
44
+ .\tools\cmdline\axmol run -p win32 -a x64 -t unit-tests
45
+ - name: Check prebuilt workflow
46
+ shell: pwsh
47
48
+ ./setup.ps1
49
+ axmol new HelloCpp
50
+ axmol -d .\HelloCpp -xc '-DAX_PREBUILT_DIR=build'
51
- uses: actions/upload-artifact@v4
52
with:
53
name: windows_x64
0 commit comments