Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace TravisCI and Azure for GitHub Actions #189

Merged
merged 48 commits into from
Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
170c275
Split check target on Makefile in two
santisoler Sep 21, 2020
b99e175
Add GitHub Actions workflows
santisoler Sep 21, 2020
5956e10
Add step for copying the sample data
santisoler Sep 21, 2020
a9233e6
Fix wrong syntax on workflow
santisoler Sep 21, 2020
8bfdb05
Remove quotes on env variable
santisoler Sep 21, 2020
2241c37
Move runner.temp from the matrix to the step
santisoler Sep 21, 2020
0431559
Try to define HARMONICA_DATA_DIR on matrix
santisoler Sep 21, 2020
cb75bb5
Try to set data dir on $HOME
santisoler Sep 21, 2020
7a60351
Try to change syntax for env variable $HOME
santisoler Sep 21, 2020
75948bd
Move HARMONICA_DATA_DIR to copy step
santisoler Sep 21, 2020
b15c3c8
Add HARMONICA_DATA_DIR env variable to test step
santisoler Sep 21, 2020
737e6c1
Add HARMONICA_DATA_DIR to doc build
santisoler Sep 21, 2020
d7e0436
Build docs only on Ubuntu with Python 3.8
santisoler Sep 28, 2020
edd7d25
Fix if syntax
santisoler Sep 28, 2020
73de834
Replace double quotes for single quotes on if statement
santisoler Sep 28, 2020
6b94bf2
Remove windows from matrix to test
santisoler Sep 28, 2020
f570ad9
Run only on Ubuntu with Python 3.8
santisoler Sep 28, 2020
df1b4dc
Set NUMBA_THREADING_LAYER to workqueue on Ubuntu
santisoler Sep 28, 2020
3e4e783
Revert "Run only on Ubuntu with Python 3.8"
santisoler Sep 28, 2020
367cc51
Revert "Remove windows from matrix to test"
santisoler Sep 28, 2020
17c98c3
Replace pooch for harmonica on deploy
santisoler Sep 28, 2020
8340e30
Set HARMONICA_DATA_DIR as a global env variable
santisoler Sep 28, 2020
88d0574
Merge branch 'actions' of github.com:fatiando/harmonica into actions
santisoler Sep 28, 2020
1c3bd8b
Try to use actions/cache for test data directory
santisoler Sep 28, 2020
3e964d2
Try to change cache dir name
santisoler Sep 28, 2020
1d9427d
Change the cache data dir once again
santisoler Sep 28, 2020
072b723
Explain why adding NUMBA_THREADING_LAYER
santisoler Sep 28, 2020
b38b2fb
Explicit cache directory instead of using env variable
santisoler Sep 28, 2020
e28e324
Move cache data inside cloned repo
santisoler Sep 28, 2020
27fd0d6
Revert "Move cache data inside cloned repo"
santisoler Sep 28, 2020
6432a58
Verbose cache directory before running the tests
santisoler Sep 28, 2020
0113279
Merge cache step with the one of conda packages
santisoler Sep 28, 2020
2c2dd85
Revert "Merge cache step with the one of conda packages"
santisoler Sep 28, 2020
f0fb341
Include actions/cache on step that copies the data
santisoler Sep 28, 2020
73b86a6
Revert "Include actions/cache on step that copies the data"
santisoler Sep 28, 2020
fc31920
Try changing cache key
santisoler Sep 29, 2020
c2d4dd5
Remove ls lines on action
santisoler Sep 29, 2020
deaf108
Remove actions/cache for data and use $HOME instead of ~
santisoler Sep 30, 2020
17a6a34
Try using env.HOME instead of $HOME
santisoler Sep 30, 2020
ce56468
Revert "Try using env.HOME instead of $HOME"
santisoler Sep 30, 2020
f8f00c0
Add some ls commands
santisoler Sep 30, 2020
d273775
Use work directory for data cache
santisoler Sep 30, 2020
96e02a4
Define HARMONICA_DATA_DIR on the steps
santisoler Sep 30, 2020
181f9d7
Add HARMONICA_DATA_DIR to doc build step
santisoler Sep 30, 2020
cde2891
Merge branch 'master' into actions
santisoler Sep 30, 2020
4a23db6
Ditch Azure and Travis from the repository
santisoler Sep 30, 2020
6a13874
Merge branch 'actions' of github.com:fatiando/harmonica into actions
santisoler Sep 30, 2020
5ae756c
Revert changes on MAINTENANCE.md
santisoler Sep 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
246 changes: 0 additions & 246 deletions .azure-pipelines.yml

This file was deleted.

Loading