This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed gridworld example * Updated notebook text and links and moved the notebook to the notebook folder. Updated notebook text and links and moved the notebook to the notebook folder. * Removed POMDPToolbox dependence * Added previously removed dependencies. * Removed POMDPToolbox reference * Fixed testrunner for win paths * update travis only build in julia 1 add windows use default test script * remove nbinclude from deps Co-authored-by: Zachary Sunberg <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,682 additions
and
1,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
language: julia | ||
|
||
julia: | ||
- 1.0 | ||
- 1 | ||
os: | ||
- linux | ||
- osx | ||
- windows | ||
|
||
notifications: | ||
email: | ||
- [email protected] | ||
|
||
# after_success: | ||
# - julia --project -e 'import Pkg; Pkg.add("Documenter"); include("docs/make.jl")' | ||
# - julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' | ||
script: | ||
- git clone https://github.com/JuliaRegistries/General $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "General"))') | ||
- git clone https://github.com/JuliaPOMDP/Registry $(julia -e 'import Pkg; println(joinpath(Pkg.depots1(), "registries", "JuliaPOMDP"))') | ||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi | ||
- julia --project --color=yes --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("POMDPExamples"; coverage=true)' | ||
# script: | ||
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi | ||
# - julia --project --color=yes --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("POMDPExamples"; coverage=true)' | ||
|
||
after_success: | ||
- julia --project --color=yes -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.