Skip to content

Commit

Permalink
Fixed Cirrus-CI for tests with tebako-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 10, 2023
1 parent ef42677 commit 177ba14
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,20 @@

test_task_template: &TEST_TASK_TEMPLATE
testset-1_script: |
tests/scripts/functional-tests.sh
RUBY_VER=3.1.4 tests/scripts/functional-tests.sh
testset-2_script: |
ruby tests-2/tebako-test.rb
RUBY_VER=3.1.4 ruby tests-2/tebako-test.rb
checkout-packed-mn_script: |
git clone --depth 1 https://github.com/metanorma/packed-mn.git packed-mn
git clone https://github.com/metanorma/packed-mn.git packed-mn
pushd packed-mn
git checkout maxirmx-tebako-0.5.4
popd
package-metanorma_script: |
exe/tebako press --root=packed-mn --entry-point=bin/metanorma --output=metanorma-package
exe/tebako press --root=packed-mn --entry-point=bin/metanorma --output=metanorma-package -R 3.1.4
smoke-test_script: |
./metanorma-package help
Expand Down Expand Up @@ -100,7 +104,7 @@ task:
bundle install
bundle exec rake generate_version_txt
exe/tebako clean_ruby
exe/tebako setup
exe/tebako setup -R 3.1.4
upload_caches:
- tebako
Expand Down

0 comments on commit 177ba14

Please sign in to comment.