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

chore: migrate travis-ci.org to github actions #3629

Merged
merged 9 commits into from
Jul 3, 2021
Merged

chore: migrate travis-ci.org to github actions #3629

merged 9 commits into from
Jul 3, 2021

Conversation

iChenLei
Copy link
Member

Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

Our travis-ci.org not work anymore, appveyor-ci is not enough(current we only use it to do windows-platform CI test). So it's time to migrate travis-ci.org to Github actions. This is a draft PR, need a little time to finish it.

@iChenLei iChenLei changed the title chore: add empty github actions yaml chore: migrate travis-ci.org to github actions Jun 24, 2021
Add gitlab actions ci.yml for better test infra for less.js project!
@iChenLei iChenLei marked this pull request as ready for review June 29, 2021 09:44
@iChenLei iChenLei requested a review from matthew-dean June 29, 2021 09:44
@iChenLei
Copy link
Member Author

iChenLei commented Jun 29, 2021

2021-06-29 18 12 27

GitHub will maximize the number of jobs run in parallel depending on the available runners on GitHub-hosted virtual machines. so it will be fast at most time.

2021-06-29 18 17 28

Appveyor CI jobs work be queued, so it's very slow. Github Actions is very efficient for us. @matthew-dean

so remove appveyor ? Beacuse it's slow and we can still test windows platform in Github Actions .

@iChenLei iChenLei merged commit 1ab41c1 into less:master Jul 3, 2021
@iChenLei iChenLei deleted the github-actions-ci branch July 3, 2021 03:17
iChenLei added a commit that referenced this pull request Jul 3, 2021
… add node16 CI support (#3628)

* chore: upgrade typescript related dependencies

* chore: add issue comment link

* chore: fix eslint ci add node16 support and drop node8 support

* Revert node16 support

* Add specifying nodejs_version install script

* support windows platform ci

* fix: cross-env bin

* fix: move cross-env location and delete outdated code

* Delete appveyor.yml

#3629 (comment) remove appveyor for fast ci.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants