From 98e3a56296cb9955e49adb09a111f26e07328338 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 11:56:05 +0300 Subject: project.ci: dedupe code --- .ci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/Makefile') diff --git a/.ci/Makefile b/.ci/Makefile index 8885f46..9196755 100644 --- a/.ci/Makefile +++ b/.ci/Makefile @@ -266,7 +266,7 @@ boost/65/ls: echo/boost/65/ls .PHONY: boost/65/exe/build boost/65/exe/build: echo/boost/65/exe/build - TRAVIS_BUILD_DIR="$$TRAVIS_BUILD_DIR/examples/boost" "$(python)" -m project.ci.travis.cmake --install "$(install_prefix)/boost_1_65_0" --boost "$$HOME/boost" + TRAVIS_BUILD_DIR="$$TRAVIS_BUILD_DIR/examples/boost" "$(python)" -m project.ci.travis.cmake --install "$(install_prefix)/boost_1_65_0" endif ifdef APPVEYOR .PHONY: boost/65/build @@ -279,7 +279,7 @@ boost/65/ls: echo/boost/65/ls .PHONY: boost/65/exe/build boost/65/exe/build: echo/boost/65/exe/build - set "APPVEYOR_BUILD_FOLDER=%APPVEYOR_BUILD_FOLDER%\examples\boost" && "$(python)" -m project.ci.appveyor.cmake --install "$(install_prefix)/boost_1_65_0" --boost "C:\projects\boost" + set "APPVEYOR_BUILD_FOLDER=%APPVEYOR_BUILD_FOLDER%\examples\boost" && "$(python)" -m project.ci.appveyor.cmake --install "$(install_prefix)/boost_1_65_0" endif .PHONY: boost/65/exe/run -- cgit v1.2.3