Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaperD authored and Danil Bubnov committed Jan 29, 2024
1 parent c32d99a commit 90c062e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 610 deletions.
122 changes: 0 additions & 122 deletions .github/workflows/android.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on: [ push, pull_request ]
name: Build
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DKTX_FEATURE_STATIC_LIBRARY=ON ..
cmake --build . --config Release
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ktxtools-${{ matrix.os }}
path: build
65 changes: 0 additions & 65 deletions .github/workflows/mingw.yml

This file was deleted.

126 changes: 0 additions & 126 deletions .github/workflows/publish-pyktx.yml

This file was deleted.

Loading

0 comments on commit 90c062e

Please sign in to comment.