mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Add clang build to CI (#4706)
A follow up to https://github.com/jerryscript-project/jerryscript/pull/4684 JerryScript-DCO-1.0-Signed-off-by: Jiawen Geng technicalcute@gmail.com
This commit is contained in:
parent
d1204ab1c9
commit
e3a299b3d6
12
.github/workflows/gh-actions.yml
vendored
12
.github/workflows/gh-actions.yml
vendored
@ -129,6 +129,18 @@ jobs:
|
||||
- run: $RUNNER -q --unittests
|
||||
- run: $RUNNER -q --unittests --build-debug
|
||||
|
||||
Clang_Unit_Build_Option_Tests:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CC: clang
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install gcc-multilib
|
||||
- run: $RUNNER -q --unittests
|
||||
# clang has bug in supporting lto
|
||||
- run: $RUNNER -q --buildoption-test --buildoptions=--lto=off
|
||||
|
||||
ASAN_Tests:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user