Skip to content

Commit

Permalink
Merge pull request #8 from SergeevPavel/pavel.sergeev/migrate-to-m105
Browse files Browse the repository at this point in the history
migrate to m105
  • Loading branch information
igordmn authored Aug 4, 2022
2 parents f87c5b5 + c5ee857 commit aaba591
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m99-f85ab491eb-2
version: m105-f204b137b9

jobs:
macos:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Update `version` in [.github/workflows/build.yml](https://github.com/JetBrains/s
## Building locally

```sh
python3 script/checkout.py --version m99-f85ab491eb-2
python3 script/checkout.py --version m105-f204b137b9
python3 script/build.py
python3 script/archive.py
```

To build a debug build:

```sh
python3 script/checkout.py --version m99-f85ab491eb-2
python3 script/checkout.py --version m105-f204b137b9
python3 script/build.py --build-type Debug
python3 script/archive.py --build-type Debug
```
Loading

0 comments on commit aaba591

Please sign in to comment.