summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
AgeCommit message (Collapse)Author
2019-10-29Rename Github Actions workflow (#3238)Ry Dahl
2019-10-28Move prebuilt binaries to third_party (#3227)Ry Dahl
2019-10-25Publish source tarballs for releases (#3203)Christian Moritz
2019-10-24Use windows-2019 image in Github Actions (#3198)Bert Belder
2019-10-24Remove old website (#3194)Ry Dahl
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com>
2019-10-24Update GitHub Actions, powershell is default on windows (#3195)Kang Huaishuai
https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/
2019-10-21Reenable std tests that were disabled during merge (#3159)Nick Stott
2019-10-15Add debug build to github actionsRyan Dahl
This disabled the tty_tests which seem to be very flaky with the debug build.
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-06refactor benchmark results posting (#3076)Christian Moritz
2019-10-05CI: don't build while linting and publish in forks (#3070)Christian Moritz
2019-10-05merge build.yml and lint.yml (#3066)Ryan Riginding
Fixes #3063
2019-10-04add timeout to CI (#3061)Bartek IwaƄczuk
2019-10-03Remove travis and appveyor. Release with github actions (#3052)Ryan Dahl
Fixes #2979
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-10-02Run benchmarks from GH actions instead of Travis (#3049)Ryan Dahl
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
Fixes #2933
2019-09-18Run github actions on all pull requests (#2980)Ryan Dahl
2019-09-18First pass at github actions (#2966)Ryan Dahl