Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
yonielwest committed Feb 21, 2024
1 parent 8e4c48a commit a6a049e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [main, dev ]
workflow_dispatch:

jobs:
build-linux-clang:
name: Linux (Clang)
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
sudo apt update
sudo apt-get install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev libglfw3-dev
- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
Expand Down Expand Up @@ -67,13 +67,13 @@ jobs:

- name: Set up MinGW
uses: msys2/setup-msys2@v2

- name: Configure
run: cmake -G "MinGW Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build Win shared x64 library
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
build-android-gradle:

build-android-gradle:
name: Android (arm64-v8a)
runs-on: ubuntu-latest
timeout-minutes: 15
Expand All @@ -87,7 +87,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit a6a049e

Please sign in to comment.