Skip to content

Commit

Permalink
adjustments for re-running (to be combined later)
Browse files Browse the repository at this point in the history
and for locally running parts of pre-commit
  • Loading branch information
GitMensch committed Dec 5, 2022
1 parent 4afa655 commit 2bdbdb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ tasks:
make -j $(nproc) && sudo make install
gp sync-done kddw-installed
- name: aditional checking tools
init: |
gem install mdl
- name: actual building and running of hotspot
init: |
mkdir -p build
Expand All @@ -54,6 +58,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 2bdbdb0

Please sign in to comment.