|
|
|
@ -50,16 +50,21 @@ jobs: |
|
|
|
|
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./oxrocksdb-sys |
|
|
|
|
continue-on-error: true |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./lib/oxrdf |
|
|
|
|
continue-on-error: true |
|
|
|
|
- run: sleep 60 |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./lib/sparesults |
|
|
|
|
continue-on-error: true |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./lib/spargebra |
|
|
|
|
continue-on-error: true |
|
|
|
|
- run: sleep 60 |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./lib |
|
|
|
|
continue-on-error: true |
|
|
|
|
- run: sleep 60 |
|
|
|
|
- run: cargo publish |
|
|
|
|
working-directory: ./server |
|
|
|
@ -69,6 +74,7 @@ jobs: |
|
|
|
|
strategy: |
|
|
|
|
matrix: |
|
|
|
|
architecture: [ "x86_64", "aarch64" ] |
|
|
|
|
continue-on-error: true |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|