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:
|
install:
|
||||||
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
||||||
|
|
||||||
@ -8,6 +12,5 @@ build:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- msbuild RUN_TESTS.vcxproj
|
- msbuild RUN_TESTS.vcxproj
|
||||||
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
||||||
artifacts:
|
- appveyor AddTest test
|
||||||
- path: Testing/Temporary/LastTest.log
|
|
||||||
|
Loading…
Reference in New Issue
Block a user