Skip to content

Commit

Permalink
build: activate cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Jan 28, 2025
1 parent beb51fa commit a27e03d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ developers := List(
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))

//crossScalaVersions := Seq("2.13.16")
crossScalaVersions := Seq("3.6.0")
crossScalaVersions := Seq("3.6.0", "2.13.16")

scalaVersion := crossScalaVersions.value.head

Expand Down
10 changes: 10 additions & 0 deletions docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
docker rm -f mongodb;
docker run -d --publish 27017:27017 --name mongodb mongocamp/mongodb:latest;


#
# [error] Error during tests:
# [error] dev.mongocamp.driver.mongodb.sync.SyncSpec
# [error] dev.mongocamp.driver.mongodb.sql.SelectSqlSpec
# [error] dev.mongocamp.driver.mongodb.dao.StudentDAOSpec
# [error] dev.mongocamp.driver.mongodb.sql.OtherSqlSpec

0 comments on commit a27e03d

Please sign in to comment.