Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-06 22:26:57 +0300
committerMarti Maria <marti.maria@littlecms.com>2021-11-06 22:26:57 +0300
commit1cf7dd07df141958a20fa350a1022751a05762f9 (patch)
tree3ed0f3ffd4b6b47366fd4ff80441c35d3bcdfe16 /.github/workflows
parent127f1de02bb92c26a259d879200c4a874839fdad (diff)
Update build.yml
another try... it is now close
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ef0dbf5..cb1edb5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,23 +38,26 @@ jobs:
runs-on: windows-latest
steps:
- uses: ilammy/msvc-dev-cmd@v1
- - name: Build Windows 64 bit
+ - name: Build Windows 64 bit
+ working-directory: Projects\\VC2019
run: devenv lcms2.sln /Rebuild "Release|x64" /Project testbed
- working-directory: Projects/VC2019
- name: Run tests
- run: testbed
+ working-directory: Projects\\VC2019
working-directory: testbed
+ run: testbed
Windows-32:
runs-on: windows-latest
steps:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
+ working-directory: Projects\\VC2019
run: devenv lcms2.sln /Rebuild "Release|Win32" /Project testbed
- working-directory: Projects/VC2019
+
- name: Run tests
- run: testbed
working-directory: testbed
+ run: testbed
+
Ubuntu-meson:
runs-on: ubuntu-latest