File tree 3 files changed +3
-11
lines changed
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ jobs:
18
18
- uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
+
21
22
- name : Homebrew Mac
22
23
if : ${{ runner.os == 'Macos' }}
23
24
run : |
24
25
echo "/opt/homebrew/bin:/usr/local/bin" >> $GITHUB_PATH
25
26
brew install jemalloc
27
+
26
28
- name : Ubuntu deps
27
29
if : ${{ runner.os == 'Linux' }}
28
30
run : |
29
31
sudo apt-get install -y libjemalloc-dev
32
+
30
33
- name : Git URL token override and misc
31
34
run : |
32
35
[ -d Benchmarks ] && echo "hasBenchmark=1" >> $GITHUB_ENV
92
95
- name : Exit with correct status
93
96
if : ${{ success() || failure() }}
94
97
run : |
95
- #/usr/bin/ordo-performance powersave
96
98
exit ${{ env.exitStatus }}
Original file line number Diff line number Diff line change 1
- # ###################################################################
2
- # DO NOT EDIT THIS FILE MANUALLY
3
- # This is a master file maintained in https://github.com/ordo-one/repository-templates
4
-
5
1
# Xcode
6
2
#
7
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Original file line number Diff line number Diff line change 1
1
# ###################################################################
2
- # DO NOT EDIT THIS FILE
3
- # This is a master file maintained in https://github.com/ordo-one/public-repository-templates
4
- #
5
- # Add overrides into `swiftlint_refinement.yml` in the directory it self or
6
- # .swiftlint.yml under the specific directory where the code is located
7
- #
8
2
# Documentation is under https://github.com/realm/SwiftLint
9
3
# ###################################################################
10
4
You can’t perform that action at this time.
0 commit comments