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 0d19c72 commit 658e9caCopy full SHA for 658e9ca
.github/workflows/android.yml
@@ -15,5 +15,24 @@ jobs:
15
uses: xpol/[email protected]
16
with:
17
lua-version: "5.3.5"
18
+
19
+ - name: Create Build Environment
20
+ run: cmake -E make_directory build
21
22
+ - name: Configure Toolset
23
+ shell: bash
24
+ working-directory: build
25
+ run: cmake $GITHUB_WORKSPACE/frameworks/toolset -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DLUA=lua54
26
27
+ - name: Build Toolset
28
29
30
+ run: cmake --build .
31
32
+ - name: Install Toolset
33
34
35
+ run: cmake --install .
36
37
- name: Build with Gradle
38
run: cd runtime-src/proj.android && ./gradlew assembleRelease
0 commit comments