mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-17 08:35:05 -04:00
Merge pull request #21 from cyrozap/master
Use Travis CI for build testing
This commit is contained in:
commit
b9b5758d2d
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- qmake -qt=qt5 uefitool.pro
|
||||||
|
- make
|
Loading…
Add table
Add a link
Reference in a new issue