Commit 0f6ad5c4 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Update apt repos first

parent 9be3a07d
......@@ -10,6 +10,7 @@ env:
- TARGET="32bit" PRE="valgrind --track-origins=yes --leak-check=full"
install:
- sudo apt-get update -qq
- sudo apt-get install libc6-dbg libc6-dev libc6-i686:i386 libc6-dev-i386 libc6-dbg:i386 valgrind -y
script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment