Move ARM and target checks to Github Actions from Travis (#4430)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2021-01-08 20:08:03 +01:00
committed by GitHub
parent 7b00db4079
commit b7b2e0360e
3 changed files with 84 additions and 61 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ all:
# Install cross-compiler via apt.
install-apt-get-deps:
sudo apt-get install -q -y clang-3.9 gcc-arm-embedded gcc-multilib
sudo apt-get install -q -y clang gcc-arm-embedded gcc-multilib
# Fetch RIOT OS repository.
install-clone-riot:
git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2019.01
git clone git://github.com/RIOT-OS/RIOT.git ../RIOT -b 2020.01
# Perform all the necessary (JerryScript-independent) installation steps.
install-noapt: install-clone-riot