Compare commits

...

2 Commits

Author SHA1 Message Date
CismonX 45821e1f01
update test
continuous-integration/drone/push Build is failing Details
2022-02-14 23:35:20 +08:00
CismonX 8d7ff36db5
update ci script
continuous-integration/drone/push Build is failing Details
2022-02-14 23:32:26 +08:00
2 changed files with 3 additions and 2 deletions

View File

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

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