Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed May 24, 2023
1 parent 29656b2 commit 7e24c45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
29 changes: 1 addition & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,6 @@ jobs:
- run:
name: "upload release asset"
command: gh release upload "${CIRCLE_TAG}" ./target/initializr-plusplus-linux-aarch_64
macos-arm64-native:
macos:
xcode: "14.3.0"
resource_class: macos.m1.large.gen1
steps:
- checkout
- sdkman/setup-sdkman
- sdkman/sdkman-install:
candidate: java
version: 22.3.1.r17-grl
- run:
name: "native compile"
command: "./mvnw -Pnative clean native:compile -DskipTests"
- gh/setup
- run:
name: "upload release asset"
command: gh release upload "${CIRCLE_TAG}" ./target/initializr-plusplus-osx-aarch_64
workflows:
create-gh-release:
jobs:
Expand All @@ -69,14 +52,4 @@ workflows:
tags:
only: /^v.*/
branches:
ignore: /.*/
macos-arm64-workflow:
jobs:
- macos-arm64-native:
context:
- dashaun-github
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
ignore: /.*/
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]

[![mvn test](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/mvn-test.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/mvn-test.yml)
[![tagged-linux](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-linux.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-linux.yml)
[![tagged-windows](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-windows.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-windows.yml)
[![tagged-macos](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-macos.yml/badge.svg)](https://github.com/dashaun/spring-initializer-next-step/actions/workflows/tagged-macos.yml)

# initializr-plusplus
### CLI for making changes to [Spring Initializr](https://start.spring.io) projects.
Expand Down Expand Up @@ -95,22 +97,12 @@ or

> gh release upload v#.#.# target/initializr-plusplus-$OS-$ARCH
### Maintaining up-to-date dependencies

Execute following command to find new dependencies

- `./mvnw versions:display-dependency-updates`

### Roadmap

See the [open issues](https://github.com/dashaun/initializr-plusplus/issues) for a list of proposed features (and known issues).

### Notes

I want to connect different released packages back into the repository.
Right now I am using the `gh` cli to do this manually.
Issue #9 is to automate this process, for Windows, Linux+ARM64, Darwin+ARM64 and Darwin+AMD64.

Before running `native:compile` on Windows
> C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat
>
Expand Down

0 comments on commit 7e24c45

Please sign in to comment.