This is an archive of the discontinued LLVM Phabricator instance.

libclc: Drop travis
ClosedPublic

Authored by jvesely on Nov 7 2019, 1:31 PM.

Details

Summary

travis works only for standalone repos

Diff Detail

Event Timeline

jvesely created this revision.Nov 7 2019, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2019, 1:31 PM

I've set up an appveyor build to replace this[0]. The added benefit is that the appveyor stores built libraries as artifacts that can be downloaded.
The downside is that I wasn't able to restrict builds to libclc changes so it's only enabled for my fork of llvm-project.

[0] https://ci.appveyor.com/project/jvesely/llvm-project-libclc

tstellar accepted this revision.Nov 7 2019, 3:41 PM

LGTM.

This revision is now accepted and ready to land.Nov 7 2019, 3:41 PM
This revision was automatically updated to reflect the committed changes.