JuliaLang / FunctionWrappers.jl

Type stable and efficient wrapper of arbitrary Julia functions
Other
107 stars 10 forks source link

Add GitHub Actions CI workflow #20

Closed sethaxen closed 3 years ago

sethaxen commented 3 years ago

The Travis CI appears to have been broken for a while. Also none of the CI services test Julia 1.5. This PR adds a single GitHub Actions CI workflow that tests the same cases as both Travis and Appveyor.

sethaxen commented 3 years ago

There are some failures. The 1.4 failures appear to be known. The 1.0 failure on ubuntu is a previously untested case (x86). So I'll go ahead and merge this.