Skip to content

Commit

Permalink
Travis cleanup (#137)
Browse files Browse the repository at this point in the history
* Cleanup Travis CI references.

* Badge fix.

* Try again...

* Case wrong?
  • Loading branch information
william-dawson authored Feb 1, 2020
1 parent 97e9dad commit 8a20f0c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 56 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: setup environment
run: bash UnitTests/travis_before_install.sh
run: bash UnitTests/before_install.sh
env:
TESTOS: ${{ matrix.testos }}
MPICH: ${{ matrix.mpich }}
- name: build ntpoly
run: |
cd Build
bash ../UnitTests/travis_run_cmake.sh
bash ../UnitTests/run_cmake.sh
make
cd ../
env:
Expand All @@ -76,12 +76,12 @@ jobs:
- name: check examples
run: |
cd UnitTests
bash travis_check_examples.sh
bash check_examples.sh
cd ../
env:
TESTEXAMPLES: ${{ matrix.testexamples }}
- name: lint
run: |
cd UnitTests
bash travis_lint.sh
bash lint.sh
cd ../
50 changes: 0 additions & 50 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Project Overview
================================================================================

[![Build Status](https://travis-ci.com/william-dawson/NTPoly.svg?branch=master)](https://travis-ci.com/william-dawson/NTPoly)
![Build Status](https://github.com/william-dawson/NTPoly/workflows/CI/badge.svg)

NTPoly is a massively parallel library for computing the functions of sparse,
Hermitian matrices based on polynomial expansions. For sufficiently sparse
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a20f0c

Please sign in to comment.