summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move everything to a single fileAndrey Listopadov2023-08-261-67/+0
| | | | | | | Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library.
* update fennel and fenneldocAndrey Listopadov2022-10-311-2/+2
|
* release v1.0.0Andrey Listopadov2022-08-211-5/+9
| | | | Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros.
* fix: update CI coverage settingsAndrey Listopadov2022-05-201-1/+3
|
* fix(CI): bump fennel in ciAndrey Listopadov2021-10-171-3/+2
|
* Try multi value returnAndrey Listopadov2021-05-101-39/+18
|
* fix: downgrade fennel to 0.8.1Andrey Listopadov2021-04-241-2/+4
|
* fix: bump fenneldoc versionAndrey Listopadov2021-04-241-5/+10
|
* fix: bump fennel version in testsAndrey Listopadov2021-04-241-3/+5
|
* fix: use recursive submodules in CIAndrey Listopadov2021-04-241-1/+4
|
* fix: try caching installationsAndrey Listopadov2021-03-141-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: fix luarocks path cmd fix: repair fix: repair fix: tweak cache paths fix: apparently cache is project-local fix: don't clone dependencies if present fix: pipelines fix: pipelines fix: pipelines fix: reduce duplication fix: reduce duplications fix: reduce duplication fix: pipelines
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-3/+12
|
* fix: specify luaAndrey Orst2021-01-211-1/+1
|
* fix: use luarocks fennel in coverageAndrey Orst2021-01-201-6/+4
|
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-15/+23
| | | | | | | | | | Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier
* fix(CI): colorless coverage reportAndrey Orst2020-11-011-1/+1
|
* feature(CI): add coverage reportAndrey Orst2020-11-011-0/+13
|
* Update .gitlab-ci.ymlAndrey Orst2020-10-301-2/+2
|
* feature(CI): Test library against Lua 5.4 on Ubuntu 20.10Andrey Orst2020-10-291-11/+14
|
* feature(CI): test on both lua5.3 and lua5.4Andrey Orst2020-10-291-3/+13
|
* feature(CI): add .gitlab-ci.ymlAndrey Orst2020-10-251-0/+11