Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fafdd6

Browse files
committed
CI: enable parallel make
1 parent6d2ab44 commit6fafdd6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

‎.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
config:
2121
-{os: macos-13, r: 'release'}
2222
-{os: macos-14, r: 'release'}
23+
-{os: macos-15, r: 'next'}
2324
-{os: windows-latest, r: '4.1'}
2425
-{os: windows-latest, r: '4.2'}
2526
-{os: windows-latest, r: 'release'}
@@ -49,3 +50,5 @@ jobs:
4950
needs:check
5051

5152
-uses:r-lib/actions/check-r-package@v2
53+
env:
54+
MAKEFLAGS:-j4

‎commonmark.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: ae0e6a6e-097d-4517-87ad-52e74c45fbf4
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

‎src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $(STATLIB): $(LIBCMARK)
2424
$(AR) rcs $(STATLIB) $(LIBCMARK)
2525

2626
cleanup: $(SHLIB)
27-
rm -f $(LIBCMARK) $(STATLIB)
27+
@rm -f $(LIBCMARK) $(STATLIB)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp