summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-11-06 18:06:30 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-11-06 18:06:30 +0100
commitee86e804335e7341307887b17c7ef18c8025f5a9 (patch)
tree020f87827827435c11d1c26dd6eeb4cd04cd52ee /.github
parent64a80730f771ca1308e83899a4db10743bae3328 (diff)
downloadlcms2-ee86e804335e7341307887b17c7ef18c8025f5a9.tar.gz
Update build.yml
another test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 62616f0..ef0dbf5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build Ubuntu
run: |
- ./configure --with_fastfloat
+ ./configure --with-fastfloat
make
make check
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build Ubuntu
run: |
- ./configure --with_fastfloat
+ ./configure --with-fastfloat
make
make check
@@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build MacOS
run: |
- ./configure --with_fastfloat
+ ./configure --with-fastfloat
make
make check
@@ -40,7 +40,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
run: devenv lcms2.sln /Rebuild "Release|x64" /Project testbed
- working-directory: Projects\VC2019
+ working-directory: Projects/VC2019
- name: Run tests
run: testbed
working-directory: testbed
@@ -51,7 +51,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows 64 bit
run: devenv lcms2.sln /Rebuild "Release|Win32" /Project testbed
- working-directory: Projects\VC2019
+ working-directory: Projects/VC2019
- name: Run tests
run: testbed
working-directory: testbed