Skip to content

Commit

Permalink
Use config release for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-beta committed Jan 5, 2022
1 parent 08b5979 commit fc5e75f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_packager.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
CC: gcc-11
CXX: g++-11
run: |
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake -Bbuildout_dir_
sudo cmake --build build/ --target install
working-directory: rostools/cpp
- name: Install Qt
@@ -76,7 +76,7 @@ jobs:
setup-python: false
- name: Build ROSPackageManager
run: |
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake -Bbuildout_dir_
cmake --build build
working-directory: rospkgmanager
- uses: actions/upload-artifact@v1
@@ -109,13 +109,13 @@ jobs:
- name: Install ROSTools
run: |
mkdir install
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake -Bbuildout_dir_
cmake --build build/ --target install
working-directory: rostools/cpp
- name: Build ROSPackageManager
run: |
cmake -Bbuild
cmake --build build
cmake --build build --config Release
working-directory: rospkgmanager
- uses: actions/upload-artifact@v1
with:

0 comments on commit fc5e75f

Please sign in to comment.