aboutsummaryrefslogtreecommitdiff
path: root/libs/bsa_extractor/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bsa_extractor/.github/workflows/build.yml')
-rw-r--r--libs/bsa_extractor/.github/workflows/build.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/libs/bsa_extractor/.github/workflows/build.yml b/libs/bsa_extractor/.github/workflows/build.yml
new file mode 100644
index 0000000..ea613a5
--- /dev/null
+++ b/libs/bsa_extractor/.github/workflows/build.yml
@@ -0,0 +1,20 @@
+name: Build BSA Extractor
+
+on:
+ push:
+ branches: [master]
+ pull_request:
+ types: [opened, synchronize, reopened]
+
+env:
+ VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite
+
+jobs:
+ build:
+ runs-on: windows-2022
+ steps:
+ - name: Build BSA Extractor
+ id: build-bsa-extractor
+ uses: ModOrganizer2/build-with-mob-action
+ with:
+ mo2-dependencies: uibase bsatk