aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci_travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml
index be2d1cb..060970d 100644
--- a/.github/workflows/ci_travis.yml
+++ b/.github/workflows/ci_travis.yml
@@ -51,11 +51,12 @@ jobs:
- name: Build example project
run: |
- python -m project.ci.travis.cmake --install ../install
+ python -m project.ci.travis.cmake --install
- name: Run example project
run: |
- $foo_path = Join-Path (Split-Path (Get-Location).Path) install bin foo
+ cd "$env:HOME/install/bin"
+ $foo_path = Join-Path (Get-Location).Path foo
$relative = 'test.txt'
$absolute = Join-Path (Get-Location).Path $relative