Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-huston authored Jan 29, 2024
1 parent efded4c commit fa67c9c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ jobs:
- uses: actions/checkout@v3

- name: Checkout ACore
run: git clone https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
run: |
cd /home/runner/work/
git clone https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
cd AzerothCore-wotlk-with-NPCBots/modules
git clone https://github.com/araxiaonline/mod-auctionator.git
cd ../../
mkdir build
cd build
cmake ../
make -j 4
- name: List Files
working-directory: ${{github.workspace}}/
working-directory: /home/runner/work/AzerothCore-wotlk-with-NPCBots/
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ls -al
Expand Down

0 comments on commit fa67c9c

Please sign in to comment.