Skip to content

Commit

Permalink
Use an older rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed May 21, 2019
1 parent 630a688 commit d971384
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Expand Up @@ -30,7 +30,7 @@ environment:
matrix:
# - RAKUDO_OPTIONS: --backends=moar --gen-nqp --gen-moar
# - RAKUDO_OPTIONS: --backends=moar --gen-nqp=master --gen-moar
- RAKUDO_OPTIONS: --backends=moar --gen-nqp=master --gen-moar=aad6fdc
# - RAKUDO_OPTIONS: --backends=moar --gen-nqp=master --gen-moar=master
# - RAKUDO_OPTIONS: --backends=jvm --gen-nqp
# - RAKUDO_OPTIONS: --backends=jvm --gen-nqp=master

Expand All @@ -53,7 +53,8 @@ install:

# Testing
test_script:
- perl Configure.pl %RAKUDO_OPTIONS%
- git checkout 31e534c
- perl Configure.pl --gen-nqp --gen-moar=aad6fdc
- SET TEST_JOBS=1
- SET HARNESS_VERBOSE=1
- nmake test
Expand Down

0 comments on commit d971384

Please sign in to comment.