aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Add snippets to oni-csharpGravatar Tom Willemse2020-03-021-1/+5
|
* Integration test each individual packageGravatar Tom Willemse2020-01-081-1/+4
| | | | | In order to differentiate better between the two types of tests, rename the test commands to unit-test.
* Switch the Test and Package stagesGravatar Tom Willemse2019-12-111-97/+2
| | | | | | In order to simplify the testing of each package, do the packaging step first so that when it gets to the testing stage it can load the packaged files from the local repository and manage the interdependencies that way.
* Abstract package uploading into a functionGravatar Tom Willemse2019-09-191-59/+24
|
* Add readmes for multi-file packagesGravatar Tom Willemse2019-09-191-0/+11
|
* Fix typoGravatar Tom Willemse2019-08-291-7/+7
|
* Fix typoGravatar Tom Willemse2019-08-281-1/+1
|
* Add ‘oni-twig’Gravatar Tom Willemse2019-08-281-1/+15
| | | | For now this only contains snippets.
* Add snippets for ‘oni-ruby’Gravatar Tom Willemse2019-08-281-1/+15
|
* Add snippets for ‘oni-python’Gravatar Tom Willemse2019-08-281-1/+15
|
* Add snippets for ‘oni-php’Gravatar Tom Willemse2019-08-271-1/+16
|
* Add snippets for ‘oni-org’Gravatar Tom Willemse2019-08-271-1/+15
|
* Add snippets to ‘oni-nxml’Gravatar Tom Willemse2019-08-271-1/+15
|
* Add snippets to ‘oni-html’Gravatar Tom Willemse2019-08-271-1/+15
|
* Add oni-hamlGravatar Tom Willemse2019-08-271-1/+16
| | | | This is just an empty package adding some extra snippets for HAML.
* Add snippets to ‘oni-elisp’Gravatar Tom Willemse2019-08-251-4/+20
|
* Include ‘oni-css’ in packagingGravatar Tom Willemse2019-08-231-1/+1
|
* Add snippets to ‘oni-css’Gravatar Tom Willemse2019-08-231-2/+16
|
* Add tests for ‘oni-conf’Gravatar Tom Willemse2019-08-231-0/+1
|
* Fix install for ‘oni-conf’Gravatar Tom Willemse2019-08-231-0/+8
|
* Use the latest version compiled for oni-confGravatar Tom Willemse2019-08-231-1/+1
|
* Simplify .gitlab-ci.yml by moving DEPS to MakefileGravatar Tom Willemse2019-08-231-0/+4
|
* Split installing and testing packages into separate make ↵Gravatar Tom Willemse2019-08-221-4/+9
| | | | targets
* Add ‘oni-conf’ and the ability to upload multi-file ↵Gravatar Tom Willemse2019-08-201-1/+7
| | | | | | | packages ‘oni-conf’ is the first package to include more than one file, it’s mostly a package to allow distributing snippets.
* Move test dependencies out of MakefileGravatar Tom Willemse2019-03-281-1/+1
|
* Add GitLab CI/CD settingsGravatar Tom Willemse2019-03-281-0/+26