Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 25, 2024
0 parents commit ed4527e
Show file tree
Hide file tree
Showing 17 changed files with 2,866 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2 changes: 2 additions & 0 deletions METADATA
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml
theme: a11y-dark
47 changes: 47 additions & 0 deletions changelog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>docs ChangeLog</title>
<link>https://40ants.com/run-tests/</link>
<generator>xml-emitter</generator>
<language>en-us</language>
<item>
<title>2.2.0 (2024-01-30)</title>
<description>&lt;ul&gt;&lt;li&gt;&lt;p&gt;Shell, used to run all commands was changed from bash to &lt;code&gt;lispsh -eo pipefail {0}&lt;/code&gt;. This fixes runner for Windows.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Documentation builder workflow switched from &lt;code&gt;actions/checkout@v3&lt;/code&gt; to &lt;code&gt;v4&lt;/code&gt; version.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description>
<pubDate>Tue, 30 Jan 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.1.2 (2021-02-25)</title>
<description>&lt;p&gt;Run tests under the qlot.
This fixes test running when Roswell and Qlot are restored from cache.&lt;/p&gt;</description>
<pubDate>Thu, 25 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.1.1 (2021-02-19)</title>
<description>&lt;p&gt;Fixed test running on &lt;code&gt;CLISP&lt;/code&gt; where cl-coveralls installation
fails with error: &lt;code&gt;CFFI requires CLISP compiled with dynamic FFI support&lt;/code&gt;.&lt;/p&gt;</description>
<pubDate>Fri, 19 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.1.0 (2021-02-18)</title>
<description>&lt;p&gt;Now it is possible to conditionally select if coverage
report should be generated.&lt;/p&gt;</description>
<pubDate>Thu, 18 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.0.1 (2021-02-18)</title>
<description>&lt;p&gt;Fixed issue when tests were run always on sbcl-bin implementation.&lt;/p&gt;</description>
<pubDate>Thu, 18 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.0.0 (2021-02-18)</title>
<description>&lt;p&gt;Added Coveralls support.&lt;/p&gt;</description>
<pubDate>Thu, 18 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.0.0 (2021-01-07)</title>
<description>&lt;p&gt;Initial release.&lt;/p&gt;</description>
<pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate>
</item>
</channel>
</rss>
120 changes: 120 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<html lang=en>
<head>
<meta charset=UTF-8><meta name=viewport
content="width=device-width, initial-scale=1">
<title>ChangeLog</title>
<link rel=alternate
href=https://40ants.com/run-tests/changelog.xml
type=application/rss+xml>
<link rel=stylesheet type=text/css
href=../theme.css>
<script type=text/javascript src=../jquery.js></script>
<script type=text/javascript src=../toc.js></script>
<link rel=stylesheet type=text/css
href=../highlight.min.css>
<script type=text/javascript
src=../highlight.min.js></script>
<script type=text/javascript>hljs.highlightAll();</script>
<script type=text/javascript>
MathJax = {
tex: {
inlineMath: [['$','$']],
processEscapes: true
}
};
</script>
<script type=text/javascript
src=https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js></script>
<script type=text/javascript>$(document).ready(function() {$('a:has(img)').css('border-bottom', 'none')})</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FL71WXK73K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-FL71WXK73K');
</script>

<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");

ym(42462884, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/42462884" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->

</head>
<body>
<div class=page><a id=fork-me href=https://github.com/40ants/run-tests>Fork me on GitHub</a>
<div class=navbar>
<div class=navbar-inner>
<a class=brand href="/">
<img class=logo
src=https://40ants.com/img/logo.svg></a>
<ul class=nav>
<li><a href=/about.html>Who We Are</a>
<li><a href=https://gitter.im/40ants/team>Chat With Us</a>
<li><a href=/tips.html>Lisp Tips</a>
<li><a href=/projects.html>Our Projects</a>
</ul>
</div>
</div>
<input type=checkbox id=sidebar-check>
<label for=sidebar-check>
<div id=sidebar-trigger>
<span></span><span></span><span></span>
</div></label><div class=sidebar><div class=header><form class=search method=GET
action="../search/">
<input type=text name=q>
<input type=submit value=Search><span id=search-progress></span>
</form>
</div><div class=content><div class=page-toc><ul><li><p><a href="../#x-28DOCS-2FDOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">GitHub Action to Run Tests for a Common Lisp Library</a></p><ul><li><p><a href="../#x-28DOCS-2FDOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">What this action does for you?</a></p></li><li><p><a href="../#x-28DOCS-2FDOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">A typical usage</a></p></li><li><p><a href="../#x-28DOCS-2FDOCS-3A-3A-40CUSTOM-TEST-RUNNER-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-3A-40CUSTOM-TEST-RUNNER-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Custom test runner</a></p></li><li><p><a href="../#x-28DOCS-2FDOCS-3A-3A-40COVERALLS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-3A-40COVERALLS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Publishing reports to Coveralls</a></p></li><li><p><a href="../#x-28DOCS-2FDOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28DOCS-2FDOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Roadmap</a></p></li></ul></li><li><p><a href="#x-28DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="" data-node="x-28DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">ChangeLog</a></p></li></ul>
</div>
</div><div class=footer>
<a href=https://40ants.com/doc>[generated by 40ANTS-DOC]</a>
</div>
</div><div class=content role=main><h1>ChangeLog<a class=rss-icon href=https://40ants.com/run-tests/changelog.xml></a></h1><h2>2.2.0 (2024-01-30)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Shell, used to run all commands was changed from bash to <code>lispsh -eo pipefail {0}</code>. This fixes runner for Windows.</p></li><li><p>Documentation builder workflow switched from <code>actions/checkout@v3</code> to <code>v4</code> version.</p></li></ul><h2>2.1.2 (2021-02-25)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Run tests under the qlot.
This fixes test running when Roswell and Qlot are restored from cache.</p><h2>2.1.1 (2021-02-19)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed test running on <code>CLISP</code> where cl-coveralls installation
fails with error: <code>CFFI requires CLISP compiled with dynamic FFI support</code>.</p><h2>2.1.0 (2021-02-18)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Now it is possible to conditionally select if coverage
report should be generated.</p><h2>2.0.1 (2021-02-18)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed issue when tests were run always on sbcl-bin implementation.</p><h2>2.0.0 (2021-02-18)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Added Coveralls support.</p><h2>1.0.0 (2021-01-07)<a class=header-link
href=#x-28DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Initial release.</p>
</div><div class=footer>
<hr class=separator>
<p class=fineprint>Created with passion by <em>40Ants</em><a class=lisp-logo
href="http://lisp-lang.org/">
<img
src=https://40ants.com/img/made-with-lisp.svg></a>
</div>
</div>
</body>
</html>
Loading

0 comments on commit ed4527e

Please sign in to comment.