aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-12-18 12:10:13 +0100
committerGitHub <noreply@github.com>2020-12-18 12:10:13 +0100
commitc66f0526dfb29ac576ef45d211b9f836d76fc34f (patch)
treed2e80d6a670fd9b2d82f620abfbb0d6566365092 /ci/run_tests.bat
parent55db69e2ab29cb70c38cdb3335d4b2eaef6cc63d (diff)
parent2fdd5dde77e84bfa9bd9f20e0bd2b47bdb65c18f (diff)
downloadfpm-c66f0526dfb29ac576ef45d211b9f836d76fc34f.tar.gz
fpm-c66f0526dfb29ac576ef45d211b9f836d76fc34f.zip
Merge pull request #257 from awvwgk/install
Implement fpm-install command
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 42f391c..ef4a1f2 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -26,6 +26,12 @@ echo %fpm_path%
%fpm_path%
if errorlevel 1 exit 1
+%fpm_path% build
+if errorlevel 1 exit 1
+
+%fpm_path% install --prefix "%CD%\_dist" --no-rebuild
+if errorlevel 1 exit 1
+
cd ..\example_packages\hello_world
if errorlevel 1 exit 1