fix indentation and add upload for Windows
parent
f2bfdbd317
commit
5c94b5ccc7
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue