Compare commits

...

2 Commits

Author SHA1 Message Date
CismonX bbc1f850e5
update ci script
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2022-02-14 23:40:11 +08:00
CismonX dbce7a5cfc
update test 2022-02-14 23:39:23 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,10 @@ name: default
steps:
- name: build
image: pureos/amber-slim
image: pureos/byzantium
commands:
- apt -y install build-essential autoconf automake dejagnu
- apt -y update
- apt -y install wget build-essential autoconf automake dejagnu
- autoreconf --install
- ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage'
- make

View File

@ -10,7 +10,7 @@ set tool "default"
set timeout 20
puts "Downloading files..."
exec wget --quiet "http://www.eleves.ens.fr:8080/home/madore/unlambda-2.0.0.tar.gz"
exec wget --quiet "ftp://ftp.madore.org/pub/madore/unlambda/unlambda-2.0.0.tar.gz"
puts "Extracting archive..."
exec tar -zxvf "unlambda-2.0.0.tar.gz" >& /dev/null