aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/msvc-env.yml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-30 02:09:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-30 02:09:33 +0000
commit28a99b8f526279e4a58fb4a78718d42c02bdab0d (patch)
tree2c0a48f4a5f4adf79a5f761e02a364cc13f519d7 /.github/workflows/msvc-env.yml
parent3b2cb36695f390131855967919bc7f3beed73b01 (diff)
parent0146411f7d7d31c4dc8321fd2626f8a7fb905f25 (diff)
downloadlibepoxy-android-14.0.0_r28.tar.gz
Change-Id: Ic87aef5f3b4ca4239912b47d7e55c8b223adec5a
Diffstat (limited to '.github/workflows/msvc-env.yml')
-rw-r--r--.github/workflows/msvc-env.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/msvc-env.yml b/.github/workflows/msvc-env.yml
new file mode 100644
index 0000000..a4e69c8
--- /dev/null
+++ b/.github/workflows/msvc-env.yml
@@ -0,0 +1,23 @@
+name: MSVC Build
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+ runs-on: windows-latest
+ env:
+ PYTHONIOENCODING: "utf-8"
+ steps:
+ - uses: actions/checkout@master
+ - uses: actions/setup-python@v1
+ - uses: seanmiddleditch/gha-setup-vsdevenv@master
+ - uses: BSFishy/meson-build@v1.0.1
+ with:
+ action: test
+ directory: _build
+ options: --verbose --fatal-meson-warnings
+ meson-version: 0.54.3