diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-12-16 21:56:32 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-12-16 21:56:32 +0900 |
| commit | d432688d9ff000fbe69e5ec8899fab340a7859a2 (patch) | |
| tree | 8f2c3cc719523452906a0e636d42e0730b6c69ee /appveyor.yml | |
| parent | 1b7197622f770ce4ae3f3f2aaae1ea427ff3b902 (diff) | |
| download | mruby-d432688d9ff000fbe69e5ec8899fab340a7859a2.tar.gz mruby-d432688d9ff000fbe69e5ec8899fab340a7859a2.zip | |
Rename build configuration files for CI
Currently, there are build configuration files for CI, `travis.rb` and
`appveyor.rb`, but they are used for GCC/Clang and MSVC, not for Travis CI
and Appveyor, respectively.
Therefore, rename them to `gcc-clang.rb` and `msvc.rb`, respectively, and
move them under `build_config/ci/` to clarify that they are for CI.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index e2a79f20d..d05696e69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,7 @@ init: build_script: - - set MRUBY_CONFIG=appveyor + - set MRUBY_CONFIG=ci/msvc - rake gensym - rake -m all - rake -E $stdout.sync=true test |
