Skip to content

Commit

Permalink
chore: Add CI workflow for building and testing update v2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorichard committed Jun 14, 2024
1 parent 7592396 commit 67ed70b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Clang
run: sudo apt-get install -y clang
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential clang curl
- name: Install Xmake
run: |
curl -fsSL https://xmake.io/shget.text | bash
echo 'export PATH=$HOME/.local/bin:$PATH' >> $GITHUB_ENV
source $GITHUB_ENV
~/.xmake/bin/xmake --version
echo "$HOME/.xmake/bin" >> $GITHUB_PATH
- name: Configure xmake
run: xmake f -c --toolchain=ZennityLang_Toolchain
Expand Down

0 comments on commit 67ed70b

Please # to comment.