Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.*
*~
aclocal.m4
autom4te.cache
Expand Down
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: cpp
compiler:
- gcc
- clang

script:
- mkdir BUILD
- autoreconf -vif
- cd BUILD
- ../configure
- make -j8
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
libcore
=======
libcore [![Build Status](https://travis-ci.org/alkino/libcore.svg?branch=master)](https://travis-ci.org/alkino/libcore)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alkino => Overkiz. But we need rights.

=======================================================================================================================

Libcore is a library providing OS wrappers features with a small footprint designed for embedded systems.
Primary targeted for ARM, it provides:

Expand Down