Merge branch 'master' of github.com:google/or-tools

This commit is contained in:
Laurent Perron
2020-05-19 14:56:47 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ jobs:
- name: Test
run: cmake --build build --config Release --target RUN_TESTS -v
- name: Install
run: cmake --build build --config Release --target install -v
run: cmake --build build --config Release --target install -v -- DESTDIR=install

View File

@@ -43,4 +43,4 @@ jobs:
- name: Test
run: cmake --build build --config Release --target RUN_TESTS -v
- name: Install
run: cmake --build build --config Release --target install -v
run: cmake --build build --config Release --target install -v -- DESTDIR=install

View File

@@ -43,4 +43,4 @@ jobs:
- name: Test
run: cmake --build build --config Release --target RUN_TESTS -v
- name: Install
run: cmake --build build --config Release --target install -v
run: cmake --build build --config Release --target install -v -- DESTDIR=install

View File

@@ -39,4 +39,4 @@ jobs:
- name: Test
run: cmake --build build --config Release --target RUN_TESTS -v
- name: Install
run: cmake --build build --config Release --target install -v
run: cmake --build build --config Release --target install -v -- DESTDIR=install