Skip to content

Commit

Permalink
Merge pull request #570 from xuwei-k/cleanup-circle-ci
Browse files Browse the repository at this point in the history
remove unused settings in CircleCI config
  • Loading branch information
ashawley authored Oct 22, 2021
2 parents 95b7227 + 4304f69 commit 4bd6c52
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
description: "Scala version"
default: 2.12.15
type: string
scalajs_version:
description: "ScalaJS version"
default: 1.1.1
type: string
environment:
SCALAJS_VERSION: << parameters.scalajs_version >>
steps:
- checkout
- run: java -version
Expand All @@ -80,12 +74,6 @@ jobs:
description: "Scala version"
default: 2.12.15
type: string
scalanative_version:
description: "Scala Native version"
default: 0.4.0
type: string
environment:
SCALANATIVE_VERSION: << parameters.scalanative_version >>
steps:
- checkout
- run:
Expand Down Expand Up @@ -139,20 +127,15 @@ workflows:
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.15
scalajs_version: 1.7.1
- scalajs_job:
name: sjs1.0_2.13
scala_version: 2.13.6
scalajs_version: 1.7.1
- scalajs_job:
name: sjs1.0_3
scala_version: 3.0.2
scalajs_version: 1.7.1
- scalanative_job:
name: native0.4_2.12
scala_version: 2.12.15
scalanative_version: 0.4.0
- scalanative_job:
name: native0.4_2.13
scala_version: 2.13.6
scalanative_version: 0.4.0

0 comments on commit 4bd6c52

Please sign in to comment.