aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-21 19:30:20 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-21 20:15:31 +0200
commitdeeface146800bfe8b91986ccd98464cac833236 (patch)
treec8b9ab48feb3322ea5b1eeaf22af9307d8245d29 /.github
parentcfafac8d135be02f69df49365a5cbf16a7a2aefe (diff)
downloadqpdf-deeface146800bfe8b91986ccd98464cac833236.tar.zst
Add automated test for shell wildcard expansion
Wildcard expansion is different in Windows from non-Windows and sometimes requires special link options to work. Add tests that fail if we link incorrectly.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1933d371..441e5b23 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,7 +41,6 @@ jobs:
name: distribution
path: distribution
Windows:
- # If updating this, see note in TODO about MSVC wildcard expansion.
runs-on: windows-2019
needs: Distfiles
strategy: