Skip to content

Commit

Permalink
chore: v0.35.2 [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 5, 2023
1 parent a18ed2e commit 1f91d96
Show file tree
Hide file tree
Showing 26 changed files with 22,351 additions and 94 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ NOTE: On Unix systems, if you are already a root user (e.g., in a GitLab runner

#### With executable

Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.35.1), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools.
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.35.2), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools.

An example that installs llvm, cmake, ninja, ccache, and vcpkg:

```shell
# windows example (open PowerShell as admin)
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.1/setup-cpp-x64-windows.exe"
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.2/setup-cpp-x64-windows.exe"
./setup-cpp-x64-windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true

RefreshEnv.cmd # activate cpp environment variables
```

```shell
# linux example
wget "https://github.com/aminya/setup-cpp/releases/download/v0.35.1/setup-cpp-x64-linux"
wget "https://github.com/aminya/setup-cpp/releases/download/v0.35.2/setup-cpp-x64-linux"
chmod +x ./setup-cpp-x64-linux
sudo ./setup-cpp-x64-linux --compiler llvm --cmake true --ninja true --ccache true --vcpkg true

Expand All @@ -79,7 +79,7 @@ source ~/.cpprc # activate cpp environment variables

```shell
# macos example
wget "https://github.com/aminya/setup-cpp/releases/download/v0.35.1/setup-cpp-x64-macos"
wget "https://github.com/aminya/setup-cpp/releases/download/v0.35.2/setup-cpp-x64-macos"
chmod +x ./setup-cpp-x64-macos
sudo ./setup-cpp-x64-macos --compiler llvm --cmake true --ninja true --ccache true --vcpkg true

Expand Down Expand Up @@ -159,7 +159,7 @@ RUN apt-get update -qq && \
# install nodejs
apt-get install -y --no-install-recommends nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--nala true \
Expand Down Expand Up @@ -269,7 +269,7 @@ stages:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F

.setup-cpp: &setup-cpp |
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.1/setup-cpp-x64-linux"
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.35.2/setup-cpp-x64-linux"
chmod +x setup-cpp-x64-linux
./setup-cpp-x64-linux --compiler $compiler --cmake true --ninja true --ccache true --vcpkg true
source ~/.cpprc
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-arch-mingw.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pacman -Syuu --noconfirm && \
# install nodejs
pacman -S --noconfirm --needed nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--compiler mingw \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-arch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pacman -Syuu --noconfirm && \
# install nodejs
pacman -S --noconfirm --needed nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--compiler llvm \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM fedora:38 as setup-cpp-fedora-mingw
# install nodejs
RUN dnf -y install nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--compiler mingw \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM fedora:38 as setup-cpp-fedora
# install nodejs
RUN dnf -y install nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--compiler llvm \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-ubuntu-mingw.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -qq && \
# install nodejs
apt-get install -y --no-install-recommends nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--nala true \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -qq && \
# install nodejs
apt-get install -y --no-install-recommends nodejs npm && \
# install setup-cpp
npm install -g setup-cpp@v0.35.1 && \
npm install -g setup-cpp@v0.35.2 && \
# install the compiler and tools
setup-cpp \
--nala true \
Expand Down
7 changes: 0 additions & 7 deletions dist/actions/actions_python.0e245fb6.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/actions/actions_python.0e245fb6.js.map

This file was deleted.

5,991 changes: 5,991 additions & 0 deletions dist/actions/actions_python.4dcd5257.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,471 changes: 1,453 additions & 18 deletions dist/actions/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js.map

Large diffs are not rendered by default.

5,991 changes: 5,991 additions & 0 deletions dist/legacy/actions_python.c2017515.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/legacy/actions_python.c2017515.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/legacy/actions_python.cd609164.js

This file was deleted.

1,469 changes: 1,452 additions & 17 deletions dist/legacy/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/modern/actions_python.7a34735b.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/modern/actions_python.7a34735b.js.map

This file was deleted.

5,991 changes: 5,991 additions & 0 deletions dist/modern/actions_python.945fba47.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/modern/actions_python.945fba47.js.map

Large diffs are not rendered by default.

1,471 changes: 1,453 additions & 18 deletions dist/modern/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "setup-cpp",
"version": "0.35.1"
"version": "0.35.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-cpp",
"version": "0.35.1",
"version": "0.35.2",
"description": "Install all the tools required for building and testing C++/C projects.",
"repository": "https://github.com/aminya/setup-cpp",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1f91d96

Please sign in to comment.