Skip to content

Commit

Permalink
[docs] add SMOKE paragraph at docs/tests.pod
Browse files Browse the repository at this point in the history
for travis and appveyor.

I cannot trigger appveyor (windows) smokes, because I still got no
github permissions for parrot. Could the resigned admins please
handover the perms?
  • Loading branch information
Reini Urban committed Dec 14, 2015
1 parent 199ef12 commit 80f1221
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/tests.pod
@@ -1,4 +1,4 @@
# Copyright (C) 2001-2012, Parrot Foundation.
# Copyright (C) 2001-2015, Parrot Foundation.

=pod

Expand Down Expand Up @@ -231,6 +231,19 @@ In the case of missing requirements and in the case of serious breakdowns
the execution of tests can be skipped.
See L<Test::More> on how to do that.

=head1 SMOKE TESTS

Parrot uses several smoker services.

Our own C<make smoke> test results are at
L<http://smolder.parrot.org/app/projects/smoke_reports/1>.

All C<smoke-me/> and C<master> branch changes are automatically smoked
on linux and darwin at L<https://ci.appveyor.com/project/rurban/parrot/>.

You can trigger manual win32 and win64 smokes with MSVC 10 and 12 for the
C<smoke-me/appveyor> branch at L<https://ci.appveyor.com/project/rurban/parrot/>.

=head1 SEE ALSO

L<http://qa.perl.org/>
Expand Down

0 comments on commit 80f1221

Please sign in to comment.