apt-get update in before_install

This commit is contained in:
Matthias Mailänder
2013-09-15 12:11:14 +02:00
parent 5f27b05103
commit 7a4f29afc6

View File

@@ -5,8 +5,10 @@
language: c language: c
# Make sure build dependencies are installed. # Make sure build dependencies are installed.
before_install:
- sudo apt-get update
install: install:
- sudo apt-get update && sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 - sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6
# Run the build script which will automatically call RALint and ensure that the IDE project files are still valid. # Run the build script which will automatically call RALint and ensure that the IDE project files are still valid.
script: script: