File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -131,42 +131,6 @@ jobs:
131131 make all
132132 make test
133133 make coveralls
134- docker_fedora :
135- runs-on : ubuntu-latest
136- steps :
137- - name : Clone and check out repository code
138- uses : actions/checkout@v2
139- with :
140- fetch-depth : 0
141- ref : ${{github.event.pull_request.head.ref}} # Branch where changes are implemented.
142- repository : ${{github.event.pull_request.head.repo.full_name}} # Repo where changes are implemented.
143- - name : Check commit
144- run : |
145- git log -1
146- - name : Update OS
147- run : sudo apt-get update
148- - name : Login to Docker Hub
149- run : sudo docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKER_TOKEN }}"
150- - name : Run job
151- run : ./scripts/travis_fedora.sh setup mpich
152- docker_debian :
153- runs-on : ubuntu-latest
154- steps :
155- - name : Clone and check out repository code
156- uses : actions/checkout@v2
157- with :
158- fetch-depth : 0
159- ref : ${{github.event.pull_request.head.ref}} # Branch where changes are implemented.
160- repository : ${{github.event.pull_request.head.repo.full_name}} # Repo where changes are implemented.
161- - name : Check commit
162- run : |
163- git log -1
164- - name : Update OS
165- run : sudo apt-get update
166- - name : Login to Docker Hub
167- run : sudo docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKER_TOKEN }}"
168- - name : Run job
169- run : ./scripts/travis_ubuntu.sh debian
170134 macos_latest_cmake :
171135 runs-on : macos-latest
172136 steps :
You can’t perform that action at this time.
0 commit comments