name: libwifi (MacOS) (64-Bit) on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Create Build Environment run: cmake -E make_directory ${{github.workspace}}/build - name: Configure CMake shell: bash working-directory: ${{github.workspace}}/build run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build MacOS X86_64 shell: bash working-directory: ${{github.workspace}}/build run: cmake --build . --config $BUILD_TYPE test: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Create Build Environment run: cmake -E make_directory ${{github.workspace}}/build - name: Configure CMake shell: bash working-directory: ${{github.workspace}}/build run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build MacOS X86_64 shell: bash working-directory: ${{github.workspace}}/build run: cmake --build . --config $BUILD_TYPE - name: Create Test Environment run: cmake -E make_directory ${{github.workspace}}/test/build - name: Configure CMake shell: bash working-directory: ${{github.workspace}}/test/build run: cmake ${{github.workspace}}/test - name: Build Tests shell: bash working-directory: ${{github.workspace}}/test/build run: cmake --build . - name: Test MacOS X86_64 shell: bash working-directory: ${{github.workspace}}/test/build run: ctest --output-on-failure /refs/?h=multiplayer&id=510ca12f40a8db44e6ca962089bc0c6363ba1e19'>refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb
blob: d4650f0dcb561b61d54615eb1401067e27ac0a8b (plain) (blame)
1
2
3
4
5
6
7
8
9
name: "Four Rooms Entrance"
ports {
  name: "FOUR"
  display_name: "Flipped Second Room Right Worldport"
  path: "Components/Warps/worldport9"
  destination { x: -41 y: 6 z: -17.5 }
  rotation: 0
  # This isn't actually Y_PLUS gravity! A nearby warp sneakily flips you.
}