summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-06 22:29:13 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-06 22:29:13 +0100
commit5f26d6ad4a6c5a8198c736eeac50d8c16801a9e7 (patch)
tree3bb379de9611e26347818049ad010e60a0600a9c /.github
parenta004f2cc794c0e7c23372b32a8589df7ee62e32c (diff)
downloadlcms2-5f26d6ad4a6c5a8198c736eeac50d8c16801a9e7.tar.gz
Update build.yml
let's see where we are
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ff07fa4..4e4f40a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
run: |
- echo %cd%
+ dir
devenv Projects\VC2019\lcms2.sln /Rebuild "Release|x64" /Project testbed
- name: Run tests
@@ -53,7 +53,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 32 bit
run: |
- echo %cd%
+ dir
devenv Projects/VC2019/lcms2.sln /Rebuild "Release|Win32" /Project testbed
- name: Run tests