Skip to content

Commit

Permalink
Cleanup some experiemental code
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 6, 2023
1 parent eccfcf6 commit e471355
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,10 @@ jobs:
-D ENABLE_COVERAGE=${{ matrix.env.coverage }} \
-S "$GITHUB_WORKSPACE" -B "$RUNNER_TEMP"
cmake --build "$RUNNER_TEMP" -- VERBOSE=1
find "$RUNNER_TEMP"
find "$RUNNER_TEMP" -name 'Info.plist'
find "$RUNNER_TEMP" -name 'Info.plist' -execdir cat '{}' \;
open -n "$RUNNER_TEMP/src/cli/dokit.app" --args scan --debug --timeout 100ms || true
echo open1
open -n "$RUNNER_TEMP/src/cli/dokit.app" --args --version || true
echo run1
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version || true
echo open2
open -n "$RUNNER_TEMP/src/cli/dokit.app" --args scan --debug --timeout 100ms || true
echo run2
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" scan --debug --timeout 100ms || true
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" scan --debug --timeout 100ms
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
- name: Collate test coverage
Expand Down

0 comments on commit e471355

Please sign in to comment.