mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Experiment with tests and multiple platforms.
This commit is contained in:
parent
17cc8b0f23
commit
22240589fc
@ -1,3 +1,7 @@
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
||||
install:
|
||||
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
||||
|
||||
@ -8,6 +12,5 @@ build:
|
||||
|
||||
test_script:
|
||||
- msbuild RUN_TESTS.vcxproj
|
||||
|
||||
artifacts:
|
||||
- path: Testing/Temporary/LastTest.log
|
||||
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
||||
- appveyor AddTest test
|
||||
|
Loading…
Reference in New Issue
Block a user