Skip to content

Commit b5aec96

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
Start Adding GitHub Actions (#1165)
Summary: This change starts adding more coverage to GitHub Actions. Existing workflows are split up to be per-platform, and stale scripts, etc are removed. We are currently limited a bit by issues with the build itself, but this still adds a good bit of coverage that readily works, and adds places to inject more. Another option would have been to move these to CircleCI where we have more credits, or used docker images instead of manual setup steps. etc, The Yoga build and number of changes is very light though, so we don't really need the complexity yet. Some TODOs: 1. Fix the Apple Builds (pod lint and pod install return errors seen by the community) 2. Add working Android UTs 3. Add C++ UTs 4. Add Apple Publish 5. Add version stamping Changelog: [Internal][Added] - Start Adding Yoga GitHub Actions X-link: facebook/yoga#1165 Reviewed By: cortinico Differential Revision: D40386426 Pulled By: NickGerleman fbshipit-source-id: c540dd25bfec6ac8c05e461c1236ef7fe6cb8598
1 parent 31f2199 commit b5aec96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ReactCommon/yoga/yoga/YGEnums.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
// @generated by enums.py
99

1010
#pragma once
11-
// clang-format: off
12-
1311
#include "YGMacros.h"
1412

13+
// clang-format off
14+
15+
1516
YG_EXTERN_C_BEGIN
1617

1718
YG_ENUM_SEQ_DECL(

0 commit comments

Comments
 (0)