Skip to content

This pull request is to add CI (Will be merged by me) #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
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
38 changes: 38 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
language: julia

os:
- linux
# - osx

branches:
only:
- master
- julia-1.0

julia:
- 0.6
- 0.7
- 1.0
- nightly

matrix:
allow_failures:
- julia: 1.0
- julia: nightly

notifications:
email: false

after_success:
- julia -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("Coverage");'
- julia -e 'import Plasm; cd(dirname(dirname(pathof(Plasm)))); include(joinpath("docs", "make.jl"))'
- julia -e 'using Coverage; import Plasm; cd(dirname(dirname(pathof(Plasm)))); Codecov.submit(process_folder())'

#deploy:
# provider: pages
# skip_cleanup: true
# github-token: $GITHUB_TOKEN
# keep-history: true
# local-dir: docs/build
# on:
# branch: master
198 changes: 0 additions & 198 deletions Plasm/Manifest.toml

This file was deleted.

5 changes: 0 additions & 5 deletions Plasm/Project.toml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Plasm.jl
[![Build Status](https://img.shields.io/travis/cvdlab/Plasm.jl/master.svg?label=Linux+/+macOS)](https://travis-ci.org/cvdlab/Plasm.jl)
[![Coverage Status](https://coveralls.io/repos/github/cvdlab/Plasm.jl/badge.svg?branch=master)](https://coveralls.io/github/cvdlab/Plasm.jl?branch=master)

Graphics module to visualize LinearAlgebraicRepresentation.jl structures via PyPLaSM.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ install:

build_script:
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "using InteractiveUtils; InteractiveUtils.versioninfo(); using Pkg; Pkg.clone(pwd(), \"LARVIEW\"); Pkg.build(\"LARVIEW\")"
- C:\projects\julia\bin\julia -e "using InteractiveUtils; InteractiveUtils.versioninfo(); using Pkg; Pkg.clone(pwd(), \"Plasm\"); Pkg.build(\"Plasm\")"
Binary file removed examples/.DS_Store
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
File renamed without changes.
Empty file removed villa.obj
Empty file.