9 Commits
Author SHA1 Message Date
Franck HOUSSEN 7e85cb19ad CI: fix github-actions workflow.
c45094c broke the workflow: CI triggered on PR (modified code) was
actually testing master codebase (untouched code). Solution:
- Drop pull_request_target: use pull_request
- Drop all docker jobs (which need pull_request_target to be based
  on master to be able to access opencollab secrets)
- Remove opencollab secrets (docker login and password)
- Drop coverage jobs (OK with TravisCI but never worked with
  github-actions)
2022-04-10 20:00:13 +02:00
Dima Pasechnik 5c28eac0b3 CI based on GitHub Actions only (#317) 2021-09-29 09:57:06 +02:00
Haoyang Liu 0a655d918d [TravisCI] Add support for centos:7 (#304)
* CI: add support for centos:7
* add wrapper for centos builds
2021-04-02 17:44:53 +02:00
Haoyang Liu deb47b5682 Fix ci (#299)
[TravisCI] : Fixing CI.
2021-03-26 21:58:56 +01:00
Sylvestre Ledru e1a003d9ca Merge pull request #277 from fghoussen/mint
[TravisCI] Add linuxmint job.
2020-07-20 13:57:08 +02:00
Franck HOUSSEN 3db367d0ff [TravisCI] Add linuxmint job. 2020-07-19 20:04:51 +02:00
Franck HOUSSEN 34ab5be34f [TravisCI] : add eoan / focal build. 2020-07-19 17:24:27 +02:00
David Schwörer f1373935ad Reduced depencies in test 2020-06-02 13:26:55 +01:00
dschwoererandSylvestre Ledru ad82dcbc0b gcc-10 (parpack) and mpich (#245)
* port PARPACK also to gcc 10

* Ensure that the output buffer is a rank-1 vector

The vector should also not be a temporary, so that we
can use the result.

* use valid address of binary

openmpi ignores this error, but mpich doesn't

* Add travis test with gcc 10 and mpich

* After pulling fedora:rawhide, use fedora:rawhide

* simplify travis tests for fedora

* run using bash -v (permissions issue otherwise)

* run using bash -v (permissions issue otherwise)

* fix permission of script

* Add she-bang to allow execution

* fix test for fedora

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
2020-02-24 10:05:43 +01:00