From fe644ea4b7a5a799ee330976fd89983b0773a1fc Mon Sep 17 00:00:00 2001 From: Jordan Williams <19399197+jwillikers@users.noreply.github.com> Date: Tue, 18 Feb 2020 20:21:02 -0600 Subject: [PATCH] no longer explicitly clone the TOML repository in CI builds --- .travis.yml | 1 - appveyor.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b11ac99..2e18a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -306,7 +306,6 @@ script: - cmake --version - mkdir build - cd build -- git clone https://github.com/toml-lang/toml.git - cmake -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DTOML11_USE_UNRELEASED_TOML_FEATURES=${TOML_HEAD} -Dtoml11_TEST_WITH_ASAN=${WITH_ASAN} -Dtoml11_TEST_WITH_UBSAN=${WITH_UBSAN} .. - make - ctest --output-on-failure diff --git a/appveyor.yml b/appveyor.yml index 6812d59..c691921 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,9 +17,8 @@ build_script: - cd C:\toml11 - mkdir build - cd build - - git clone https://github.com/toml-lang/toml.git - - file --mime-encoding toml/tests/hard_example_unicode.toml - cmake -G"%generator%" -DBOOST_ROOT=C:/Libraries/boost_1_69_0 .. + - file --mime-encoding _deps/toml-src/tests/hard_example_unicode.toml - cmake --build . --config "%configuration%" test_script: