-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy path_builds.html
32 lines (27 loc) · 1.16 KB
/
_builds.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include "_doctype.html"
<html>
<head> <title>curl - Automatic Builds</title>
#include "css.t"
<script type="text/javascript" src="dev.js"></script>
</head>
#define DEVEL_BUILDS
#include "_menu.html"
#include "setup.t"
WHERE2(Development, "/dev/", Automatic Builds)
<div class="relatedbox">
<b>Related:</b>
<br><a href="howto.html">Howto autobuild</a>
<br><a href="https://ci.appveyor.com/project/curlorg/curl">AppVeyor CI builds</a>
<br><a href="https://app.circleci.com/pipelines/github/curl/curl">CircleCI</a>
<br><a href="https://github.com/curl/curl/actions/workflows/linux.yml">Github Actions (Linux)</a>
<br><a href="https://github.com/curl/curl/actions/workflows/macos.yml">Github Actions (macOS)</a>
<br><a href="https://github.com/curl/curl/actions/workflows/windows.yml">Github Actions (Windows)</a>
<br><a href="https://github.com/curl/curl/actions/workflows/non-native.yml">Github Actions (other OSes)</a>
<br><a href="https://github.com/curl/curl/actions/workflows/">Github Actions (even more)</a>
<br><a href="https://testclutch.curl.se/">Test Clutch</a>
</div>
TITLE(Automatic Builds)
#include "explainopts.t"
#include "table.t"
#include "_footer.html"
</body> </html>