chore: v0.28.1 [skip test]

This commit is contained in:
Amin Yahyaabadi 2023-05-26 13:08:18 -07:00
parent 2c6fc67dbd
commit b736d88166
11 changed files with 19 additions and 27 deletions

View File

@ -56,13 +56,13 @@ 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.28.0), 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.28.1), 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.28.0/setup-cpp-x64-windows.exe"
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.28.1/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
@ -70,7 +70,7 @@ RefreshEnv.cmd # activate cpp environment variables
```shell
# linux example
wget "https://github.com/aminya/setup-cpp/releases/download/v0.28.0/setup-cpp-x64-linux"
wget "https://github.com/aminya/setup-cpp/releases/download/v0.28.1/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
@ -79,7 +79,7 @@ source ~/.cpprc # activate cpp environment variables
```shell
# macos example
wget "https://github.com/aminya/setup-cpp/releases/download/v0.28.0/setup-cpp-x64-macos"
wget "https://github.com/aminya/setup-cpp/releases/download/v0.28.1/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
@ -249,7 +249,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.28.0/setup-cpp-x64-linux"
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.28.1/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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"name": "setup-cpp",
"version": "0.28.0"
"version": "0.28.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "setup-cpp",
"version": "0.28.0",
"version": "0.28.1",
"description": "Install all the tools required for building and testing C++/C projects.",
"repository": "https://github.com/aminya/setup-cpp",
"license": "Apache-2.0",
@ -111,7 +111,6 @@
"setup-python": "github:actions/setup-python#v4.6.1",
"shx": "0.3.4",
"simple-update-notifier": "^1.1.0",
"terser-config-atomic": "^0.1.1",
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",

View File

@ -160,9 +160,6 @@ importers:
simple-update-notifier:
specifier: ^1.1.0
version: 1.1.0
terser-config-atomic:
specifier: ^0.1.1
version: 0.1.1
time-delta:
specifier: github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e
version: github.com/aminya/time-delta/69d91a41cef28e569be9a2991129f5f7d1f0d00e
@ -10057,10 +10054,6 @@ packages:
engines: {node: '>=8'}
dev: true
/terser-config-atomic@0.1.1:
resolution: {integrity: sha512-HRAHqjCFq990eFbLpy54joStSsUMZQoD73XMk2/Akquqm7vI0AOggfO9GMvSFGEucRRNZUfLQdDjotGGsZxCtA==}
dev: true
/test-exclude@6.0.0:
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
engines: {node: '>=8'}