Skip to content

Commit

Permalink
opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
pks-t committed Oct 11, 2024
1 parent f065214 commit b2f8162
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ jobs:
cd build
cmake .. -G "${{matrix.platform.generator}}"
cmake --build .
opensuse:
runs-on: ubuntu-latest
container: opensuse/leap:latest
steps:
- name: Check out
uses: actions/checkout@v2
- name: Install dependencies
run: zypper install cmake gcc
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build .

0 comments on commit b2f8162

Please sign in to comment.