We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e489fef commit 3a2902eCopy full SHA for 3a2902e
.travis.yml
@@ -33,13 +33,9 @@ install:
33
# libc6-dbg:i386:
34
# For running valgrind on a 32b subject-under-test on a 64b host.
35
- sudo apt-get install -y gcc-multilib valgrind libc6:i386 libc6-dbg:i386
36
- # Fetch a Rebol bootstrap binary, which is needed for building Rebol.
37
- - wget http://www.rebol.com/r3/downloads/r3-a111-4-2.tar.gz
38
- - tar xvzf r3-a111-4-2.tar.gz
39
- - cp r3 make/r3-make
40
41
script:
42
- cd make/
43
- - make make OS_ID=${OS_ID}
+ - prebuild/r3-make-linux -qs ../src/tools/make-make.r ${OS_ID}
44
- make clean prep r3
45
- valgrind --error-exitcode=42 --leak-check=full ./r3 --do 'print {Hello!}'
0 commit comments