Skip to content

Commit

Permalink
chore(travis-ci): add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
X1aomu committed Apr 3, 2019
1 parent 5510210 commit ced7346
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: cpp

dist: xenial

addons:
apt:
update: true

before_install:
- sudo apt-get install -y qt5-default

script:
- cmake .
- make -j2
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# QReversi
[![Build Status](https://travis-ci.org/X1aomu/QReversi.svg?branch=master)](https://travis-ci.org/X1aomu/QReversi)

A Qt-based reversi game

0 comments on commit ced7346

Please sign in to comment.