Skip to content

Commit

Permalink
Build: prepare sqlite-scheme.reb file for Rebol/Sqlite extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 4, 2024
1 parent e2634b3 commit 67fa434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rebol-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Minimal Rebol/SQLite extension test
run: |
MOVE tree\rebol\Rebol-SQLite\ci-test.r3 .\test-sqlite.r3
MOVE tree\rebol\Rebol-SQLite\sqlite-scheme.reb .\
./rebol3 test-sqlite.r3
- uses: actions/upload-artifact@v3
Expand All @@ -53,6 +54,7 @@ jobs:
- name: Test Rebol/SQLite extension
run: |
mv ./tree/rebol/Rebol-SQLite/ci-test.r3 ./test-sqlite.r3
mv ./tree/rebol/Rebol-SQLite/sqlite-scheme.reb ./
./rebol3 test-sqlite.r3
- name: Compress 64bit Rebol/SQLite extension
Expand Down Expand Up @@ -113,6 +115,7 @@ jobs:
- name: Test Rebol/SQLite extension
run: |
mv ./tree/rebol/Rebol-SQLite/ci-test.r3 ./test-sqlite.r3
mv ./tree/rebol/Rebol-SQLite/sqlite-scheme.reb ./
./rebol3 test-sqlite.r3
- name: Compress 64bit Rebol/SQLite extension
Expand Down

0 comments on commit 67fa434

Please sign in to comment.