coin-or / Osi

Open Solver Interface
Other
54 stars 41 forks source link

First try at Github Actions setup #159

Closed tkralphs closed 3 years ago

tkralphs commented 3 years ago

Copied from CoinUtils as a first cut

xmunoz commented 3 years ago

A few questions/comments:

I think that's it. Great that this works on the first pass.

tkralphs commented 3 years ago

@xmunoz Yes, TKRALPHS_RELEASE is an org-wide secret. For the rest, yeah, I realized those things were still outstanding, just haven't gotten to them yet... will do today.

tkralphs commented 3 years ago

Why didn't you remove the entire .ci directory?

Apparently, git rm .ci/* doesn't remove dot files. And of course, ls .ci showed an empty directory on Linux, so I thought I had deleted everything. It should be fixed now.

xmunoz commented 3 years ago

Don't forget to remove the Travis and Appveyor webhooks after you merge: https://github.com/coin-or/Osi/settings/hooks

tkralphs commented 3 years ago

Don't forget to remove the Travis and Appveyor webhooks after you merge: https://github.com/coin-or/Osi/settings/hooks

Done!