From e478640d802dcf100bf3c4f9630253f9168e8a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Osztrogon=C3=A1c?= Date: Fri, 25 Sep 2020 14:20:49 +0200 Subject: [PATCH] Add --buildoption-test to CI (#4236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/gh-actions.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index f32631fca..6b0816ac5 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -60,6 +60,15 @@ jobs: - name: Unit Tests 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: runs-on: ubuntu-20.04 steps: