Skip to content

Commit e4d3b39

Browse files
committed
test
1 parent 67d5c08 commit e4d3b39

3 files changed

Lines changed: 13 additions & 31 deletions

File tree

.github/workflows/MacOS.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Compile RA
2121
run: |
2222
set -o pipefail
23-
xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch -config Release -xcconfig pkg/apple/GitHubCI.xcconfig -derivedDataPath build | xcpretty --color
23+
xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch \
24+
-config Release -xcconfig pkg/apple/GitHubCI.xcconfig
2425
2526
- name: Get short SHA
2627
id: slug

pkg/android/phoenix-legacy/.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,15 @@
3030
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
3131
<nature>org.eclipse.jdt.core.javanature</nature>
3232
</natures>
33+
<filteredResources>
34+
<filter>
35+
<id>1769445091015</id>
36+
<name></name>
37+
<type>30</type>
38+
<matcher>
39+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
40+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
41+
</matcher>
42+
</filter>
43+
</filteredResources>
3344
</projectDescription>

pkg/apple/RetroArch.xcodeproj/project.pbxproj

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -583,21 +583,6 @@
583583
"-DHAVE_ACCESSIBILITY",
584584
"-DHAVE_SSL",
585585
"-DHAVE_BUILTINMBEDTLS",
586-
"-D_U_=__attribute__((unused))"
587-
"-DHAVE_TIME_H",
588-
"-DHAVE_FCNTL_H",
589-
"-DHAVE_UNISTD_H",
590-
"-DHAVE_STDLIB_H",
591-
"-DSTDC_HEADERS"
592-
"-DHAVE_STRING_H",
593-
"-DHAVE_LINGER",
594-
"-DHAVE_SYS_UIO_H",
595-
"-DHAVE_POLL_H",
596-
"-DHAVE_NETDB_H",
597-
"-DHAVE_NETINET_TCP_H",
598-
"-DHAVE_NETINET_IN_H",
599-
"-DHAVE_SYS_SOCKET_H",
600-
"-DHAVE_ARPA_INET_H",
601586
"-DHAVE_BUILTINSMBCLIENT",
602587
"-DHAVE_HAVE_SMBCLIENT",
603588
"-DHAVE_COMMAND",
@@ -687,21 +672,6 @@
687672
"-DHAVE_ACCESSIBILITY",
688673
"-DHAVE_SSL",
689674
"-DHAVE_BUILTINMBEDTLS",
690-
"-D_U_=__attribute__((unused))"
691-
"-DHAVE_TIME_H",
692-
"-DHAVE_FCNTL_H",
693-
"-DHAVE_UNISTD_H",
694-
"-DHAVE_STDLIB_H",
695-
"-DSTDC_HEADERS"
696-
"-DHAVE_STRING_H",
697-
"-DHAVE_LINGER",
698-
"-DHAVE_SYS_UIO_H",
699-
"-DHAVE_POLL_H",
700-
"-DHAVE_NETDB_H",
701-
"-DHAVE_NETINET_TCP_H",
702-
"-DHAVE_NETINET_IN_H",
703-
"-DHAVE_SYS_SOCKET_H",
704-
"-DHAVE_ARPA_INET_H",
705675
"-DHAVE_BUILTINSMBCLIENT",
706676
"-DHAVE_HAVE_SMBCLIENT",
707677
"-DHAVE_COMMAND",

0 commit comments

Comments
 (0)