Skip to content

Commit

Permalink
adjustments for re-running (to be combined later)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMensch committed Dec 5, 2022
1 parent 4afa655 commit f233d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ tasks:
export LD_LIBRARY_PATH="/opt/qt515/lib:/opt/qt515/lib/x86_64-linux-gnu"
cmake -DCMAKE_INSTALL_PREFIX=/opt/KDAB ..
make -j $(nproc)
before: | # necessary when re-running the workspace
export PATH="/opt/bin:/opt/qt515/bin:${PATH}"
export PKG_CONFIG_PATH="/opt/qt515/lib/pkgconfig:${PKG_CONFIG_PATH}"
export LD_LIBRARY_PATH="/opt/qt515/lib:/opt/qt515/lib/x86_64-linux-gnu"
command: /workspace/hotspot/build/bin/hotspot /workspace/hotspot/tests/integrationtests/custom_cost_aggregation_testfiles/custom_cost_aggregation.perfparser

# some config to ease working in the browser
Expand Down

0 comments on commit f233d5f

Please sign in to comment.