bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-10 09:42:14 +00:00
parent 897a5c820c
commit f38456757e

View File

@@ -11,6 +11,8 @@ pipelines:
scheduled:
- step:
script: # Modify the commands below to build your repository.
- lspci -v # Print system information
- glxinfo | grep OpenGL # GPU driver information
- source ./sourceme.sh
- mkdir -p build && cd build
- apt-get update