summaryrefslogtreecommitdiff
path: root/.github/workflows/cicd.yml
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-06 16:56:33 -0400
committerIan Moffett <ian@osmora.org>2025-10-06 16:56:33 -0400
commite8723abcad202fc12c3e32879c9865bae524e9ce (patch)
treedcf652585c941627b0cb232d4c14e26f52fc077d /.github/workflows/cicd.yml
parentff859b8e0c72910aa1b7635c839642fcfb9c1c8a (diff)
ci/cd: build toolchain
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.github/workflows/cicd.yml')
-rw-r--r--.github/workflows/cicd.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index c0744e1..bf98b57 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -18,6 +18,8 @@ jobs:
run: sudo apt-get install -y flex bison libfl-dev libmpc-dev
- name: Install tools
run: sudo apt-get install -y lld clang xorriso mtools
+ - name: Build toolchain
+ run: cd src/; tools/build-toolchain.sh
- name: Bootstrap project
run: cd src/; tools/bootstrap
- name: Build system