Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
publish to github packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 30, 2024
1 parent 3307441 commit 1edaa59
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
logLevel := Level.Warn

addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
24 changes: 24 additions & 0 deletions publish.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
githubOwner := "chryse-hdl"
githubRepository := "chryse"
githubTokenSource := TokenSource.GitConfig("github.token")

ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/chryse-hdl/chryse"),
"scm:[email protected]/chryse-hdl/chryse.git",
),
)

ThisBuild / developers := List(
Developer(
id = "kivikakk",
name = "Asherah Connor",
email = "[email protected]",
url = url("https://kivikakk.ee"),
),
)

ThisBuild / description := "Project framework for Chisel."
ThisBuild / licenses := List(
"Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"),
)

0 comments on commit 1edaa59

Please sign in to comment.