diff options
author | Li Jin <dragon-fly@qq.com> | 2020-04-15 09:39:41 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-04-15 09:39:41 +0800 |
commit | 0ea34d2d210937bb1d8ab22fab1b00e8f684aa81 (patch) | |
tree | 11c8a5039588ca78c41e882f42c793f4b8069ca0 /appveyor.yml | |
parent | c987e51417b54df0fd84ebb32919e68630779e82 (diff) | |
download | yuescript-0ea34d2d210937bb1d8ab22fab1b00e8f684aa81.tar.gz yuescript-0ea34d2d210937bb1d8ab22fab1b00e8f684aa81.tar.bz2 yuescript-0ea34d2d210937bb1d8ab22fab1b00e8f684aa81.zip |
fix stupid msvc not supporting string literal longer than 16380 single-byte characters.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..94125fd --- /dev/null +++ b/appveyor.yml | |||
@@ -0,0 +1,14 @@ | |||
1 | version: 1.0.{build} | ||
2 | branches: | ||
3 | only: | ||
4 | - master | ||
5 | image: Visual Studio 2019 | ||
6 | configuration: | ||
7 | - Debug | ||
8 | - Release | ||
9 | platform: x86 | ||
10 | build: | ||
11 | project: MoonPlus.sln | ||
12 | parallel: true | ||
13 | verbosity: normal | ||
14 | test: off | ||