Skip to content

Commit

Permalink
Merge pull request #45 from Cruder/develop
Browse files Browse the repository at this point in the history
Release v0.3
  • Loading branch information
alex-lairan committed Dec 14, 2016
2 parents feb15f9 + 88a82ff commit ec682d6
Show file tree
Hide file tree
Showing 19 changed files with 144,546 additions and 143,397 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/${CMAKE_BUILD_TYPE})

add_subdirectory(lib)
add_subdirectory(src)
add_subdirectory(test)
8 changes: 2 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ machine:
## Customize dependencies
dependencies:
pre:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo apt-get update -y
- sudo apt-get install cmake -y
- sudo apt-get install check -y
- sudo apt-get install libsubunit-dev subunit -y
- sudo apt-get install clang -y
- sudo apt-get install -y software-properties-common cmake clang
- cmake .
- make

## Customize test commands
test:
override:
- ./bin/Dictionary_test
- echo "Test" > test.code
Loading

0 comments on commit ec682d6

Please sign in to comment.