fix indentation and add upload for Windows

release/4.3a0
Varun Agrawal 2020-11-16 13:11:10 -05:00
parent f2bfdbd317
commit 5c94b5ccc7
3 changed files with 12 additions and 7 deletions

View File

@ -85,6 +85,6 @@ jobs:
bash .github/scripts/unix.sh -t
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/

View File

@ -53,6 +53,6 @@ jobs:
bash .github/scripts/unix.sh -t
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/

View File

@ -75,4 +75,9 @@ jobs:
cmake --build build --config ${{ matrix.build_type }} --target wrap
cmake --build build --config ${{ matrix.build_type }} --target check.base
cmake --build build --config ${{ matrix.build_type }} --target check.base_unstable
cmake --build build --config ${{ matrix.build_type }} --target check.linear
cmake --build build --config ${{ matrix.build_type }} --target check.linear
- name: Upload build directory
uses: actions/upload-artifact@v2
with:
name: gtsam-${{ matrix.name }}
path: $GITHUB_WORKSPACE/build/