summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-07 11:51:54 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-07 11:51:54 +0100
commit258f4219eacbaa4cfb3462ea3a7f21c24897e5fb (patch)
treea36d668b9d2dfd305609b177e9eaa73a07dbc740 /.github
parented824204c2cd32869ea3217a605df1eb8ae82951 (diff)
downloadlcms2-258f4219eacbaa4cfb3462ea3a7f21c24897e5fb.tar.gz
Update build.yml
almost!!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6b7d85f..5392347 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,9 +47,8 @@ jobs:
run: devenv .\Projects\VC2019\lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
- run: |
- cd testbed
- testbed
+ run: cd testbed & testbed.exe
+
Windows-32:
runs-on: windows-latest
@@ -63,10 +62,8 @@ jobs:
run: devenv .\Projects\VC2019\lcms2.sln /Rebuild "Release|Win32" /Project testbed
- name: Run tests
- run: |
- cd testbed
- testbed
-
+ run: cd testbed & testbed.exe
+
Ubuntu-meson:
runs-on: ubuntu-latest