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

Commit

Permalink
Fix mill and add GitHub CI for mill (#287) (#288)
Browse files Browse the repository at this point in the history
(cherry picked from commit 582bb6e)

Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
  • Loading branch information
mergify[bot] and sequencer authored Feb 18, 2021
1 parent ff85039 commit 31867cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: olafurpg/setup-scala@v10
- name: Cache
uses: coursier/cache-action@v5
- name: Setup Mill
uses: jodersky/setup-mill@v0.2.3
- name: Mill sanity check
id: mill
run: mill __.compile
- name: Documentation
id: doc
run: sbt doc
Expand Down
6 changes: 6 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
// SPDX-License-Identifier: Apache-2.0

// Build script for mill 0.6.0
import mill._
import mill.scalalib._
import mill.scalalib.publish._
import coursier.maven.MavenRepository
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION`
import mill.contrib.buildinfo.BuildInfo

object treadle extends mill.Cross[treadleCrossModule]("2.11.12", "2.12.11")

Expand Down

0 comments on commit 31867cb

Please sign in to comment.