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

Add linux dev yaml #12200

Merged
merged 2 commits into from Jul 4, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Sync steps.yml from saltfs and update Servo copy

  • Loading branch information
aneeshusa committed Jul 3, 2016
commit 9b3ad26256fc186661fa4ae09868456c6b09c90a
@@ -1,8 +1,8 @@
mac-rel-wpt:
- ./mach build --release
- ./mach test-wpt-failure
- ./mach test-wpt --release --processes 4 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 4 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource
- ./mach test-wpt --release --processes 8 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 8 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource
- ./mach build-cef --release
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
@@ -22,6 +22,11 @@ mac-rel-css:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh

mac-nightly:
- ./mach build --release
- ./mach package --release
- ./etc/ci/upload_nightly.sh mac

linux-dev:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
@@ -45,16 +50,22 @@ linux-rel:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh

linux-nightly:
- ./mach build --release
- ./mach package --release
- ./etc/ci/upload_nightly.sh linux

android:
- ./mach build --android --dev
- ./mach package --android --dev
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- python ./etc/ci/check_dynamic_symbols.py

android-nightly:
- ./mach build --android --release
- ./mach package -r
- s3cmd put target/arm-linux-androideabi/release/servo.apk s3://servo-rust/nightly/servo.apk
- ./mach package --android --release
- ./etc/ci/upload_nightly.sh android

arm32:
- ./mach build --rel --target=arm-unknown-linux-gnueabihf
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.