mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
648bbe2a40
Functions used to read Code Aster file format are now in separate package AsterReader.jl
25 lines
700 B
YAML
25 lines
700 B
YAML
language: julia
|
|
os:
|
|
- linux
|
|
julia:
|
|
- 0.6
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- hdf5-tools
|
|
notifications:
|
|
email: false
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/806e21f217bd85b785ad
|
|
on_success: change # options: [always|never|change] default: always
|
|
on_failure: always # options: [always|never|change] default: always
|
|
on_start: false # default: false
|
|
before_script:
|
|
- julia --color=yes -e 'Pkg.clone("https://github.com/JuliaFEM/PkgTestSuite.jl.git")'
|
|
- julia --color=yes -e 'using PkgTestSuite; init()'
|
|
script:
|
|
- julia --color=yes -e 'using PkgTestSuite; test()'
|
|
after_success:
|
|
- julia --color=yes -e 'using PkgTestSuite; deploy()'
|