diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-12 18:41:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:49 +0900 |
| commit | 6b7c12f523147afc4097455511010e048cca237f (patch) | |
| tree | 1b7ceccba2ab51651220da09d16d97fd43cd6f3b | |
| parent | fa18ffa90cb799f445570791fe50043ecead7c93 (diff) | |
| download | mruby-6b7c12f523147afc4097455511010e048cca237f.tar.gz mruby-6b7c12f523147afc4097455511010e048cca237f.zip | |
Specify `MRUBY_TARGET` in CI configuration YAML.
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | appveyor.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8578c016e..676ac27b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ jobs: - export PATH="/usr/local/opt/bison/bin:$PATH" env: - - MRUBY_CONFIG=travis_config.rb + - MRUBY_TARGET=travis script: - rake gensym && rake -m && rake test diff --git a/appveyor.yml b/appveyor.yml index e6bef7790..543ae9600 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,8 @@ init: - ruby --version build_script: - - set MRUBY_CONFIG=appveyor_config.rb + - set YACC=.\win_flex_bison\win_bison.exe + - set MRUBY_TARGET=appveyor - rake gensym - rake -m -j4 - rake -E STDOUT.sync=true test |
