Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell authored and awesomekling committed May 28, 2019
1 parent 246dd93 commit a942fa2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
sudo: require
dist: xenial

language: cpp

compiler:
- gcc

cache:
directories:
- /var/cache/apt/archives/*.deb

notifications:
irc: "chat.freenode.net#serenityos"

before_install:
- sudo apt-get update
- sudo apt-get install -y libmpfr-dev libmpc-dev libgmp-dev
- sudo apt-get install -y e2fsprogs qemu-system-i386

script:
- cd Toolchain
- ./BuildIt.sh
- source ./UseIt.sh
- cd ../Kernel
- ./makeall.sh
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Graphical Unix-like operating system for x86 computers.

![Travis CI status](https://travis-ci.org/SerenityOS/serenity.svg?branch=master)

## About

*I always wondered what it would be like to write my own operating system, but I never took it seriously. Until now.*
Expand Down

0 comments on commit a942fa2

Please sign in to comment.