-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes can be seen here `https://github.com/hephaistox/automaton-web/tree/la`
- Loading branch information
Showing
7 changed files
with
36 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
name: Commit validation - Delaguardo flavor | ||
on: [push] | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- la | ||
jobs: | ||
clojure: | ||
strategy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,16 @@ | |
{:name "marked"}]} | ||
:frontend {:css "resources/css/custom.css" | ||
:run-aliases [:automaton-web-portfolio :browser-test :ltest]} | ||
:publication {:as-lib org.clojars.hephaistox/automaton-web}} | ||
:publication | ||
{:as-lib org.clojars.hephaistox/automaton-web | ||
:base-branch "main" | ||
:clojars true | ||
:compile-jar true | ||
:compiled-css-path "resources/public/css/compiled/styles.css" | ||
:css-files ["resources/css/custom.css" "resources/css/main.css"] | ||
:excluded-aliases | ||
[:antq :codox :env-development-repl :env-development-test :common-test :cljs-dev-deps :deploy] | ||
:la-branch "la" | ||
:pom-xml-license {:name "CC BY-NC 4.0" | ||
:url "https://creativecommons.org/licenses/by-nc/4.0/deed.en"} | ||
:repo-url "[email protected]:hephaistox/automaton-web.git"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
;; Last generated version, note a failed push consume a number | ||
{:version "2.1.0-2-la"} | ||
{:version "2.2.0-13-la"} |