Add --buildoption-test to CI (#4236)
run-tests --buildoption-test was previously tested on Travis CI, but wasn't added to GitHub CI accidentally. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
committed by
GitHub
parent
0745feb670
commit
e478640d80
@@ -60,6 +60,15 @@ jobs:
|
|||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: $RUNNER --unittests -q
|
run: $RUNNER --unittests -q
|
||||||
|
|
||||||
|
Linux_x86-64_Build_Option_Tests:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Initializtaion
|
||||||
|
run: sudo apt-get install gcc-multilib
|
||||||
|
- name: Buildoption tests
|
||||||
|
run: $RUNNER --buildoption-test
|
||||||
|
|
||||||
Conformance_Tests_ES5_1:
|
Conformance_Tests_ES5_1:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user