update lime and lime-samples repo paths
This commit is contained in:
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@@ -422,7 +422,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache
|
||||
run: |
|
||||
@@ -473,7 +473,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
@@ -530,7 +530,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache (Windows)
|
||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||
@@ -579,7 +579,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
@@ -621,7 +621,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache
|
||||
run: |
|
||||
@@ -672,7 +672,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache
|
||||
run: |
|
||||
@@ -718,7 +718,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache
|
||||
run: |
|
||||
@@ -779,7 +779,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache (Windows)
|
||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||
@@ -831,7 +831,7 @@ jobs:
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/haxelime/lime-samples --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
- name: Enable HXCPP compile cache
|
||||
run: |
|
||||
@@ -862,7 +862,7 @@ jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [package-haxelib, docs, android-samples, flash-samples, hashlink-samples, html5-samples, ios-samples, linux-samples, macos-samples, neko-samples, windows-samples]
|
||||
if: ${{ github.repository == 'haxelime/lime' && github.event_name != 'pull_request' }}
|
||||
if: ${{ github.repository == 'openfl/lime' && github.event_name != 'pull_request' }}
|
||||
steps:
|
||||
- name: Notify Discord
|
||||
uses: nobrayner/discord-webhook@v1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[](LICENSE.md) [](http://lib.haxe.org/p/lime) [](https://github.com/haxelime/lime/actions) [](https://community.openfl.org/c/lime/19) [](https://discordapp.com/invite/tDgq8EE)
|
||||
[](LICENSE.md) [](http://lib.haxe.org/p/lime) [](https://github.com/openfl/lime/actions) [](https://community.openfl.org/c/lime/19) [](https://discordapp.com/invite/tDgq8EE)
|
||||
|
||||
Lime
|
||||
====
|
||||
@@ -43,7 +43,7 @@ First install the latest version of [Haxe](http://www.haxe.org/download).
|
||||
Development Builds
|
||||
==================
|
||||
|
||||
When there are changes, Lime is built nightly. Builds are available for download [here](http://www.openfl.org/builds/lime).
|
||||
When there are changes, Lime is built nightly. Builds are available for download [here](https://github.com/openfl/lime/actions?query=branch%3Adevelop).
|
||||
|
||||
To install a development build, use the "haxelib local" command:
|
||||
|
||||
@@ -55,7 +55,7 @@ Building from Source
|
||||
|
||||
Clone the Lime repository, as well as the submodules:
|
||||
|
||||
git clone --recursive https://github.com/haxelime/lime
|
||||
git clone --recursive https://github.com/openfl/lime
|
||||
|
||||
Tell haxelib where your development copy of Lime is installed:
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ class Build extends Script
|
||||
"Lime API Reference",
|
||||
"-D",
|
||||
"source-path",
|
||||
"https://github.com/haxelime/lime/tree/develop/src/",
|
||||
"https://github.com/openfl/lime/tree/develop/src/",
|
||||
"-D",
|
||||
"website",
|
||||
"http://lime.software",
|
||||
|
||||
@@ -13,4 +13,4 @@ hxml/android.hxml
|
||||
hxml/html5.hxml
|
||||
--next
|
||||
|
||||
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://lime.software" -D source-path "https://github.com/haxelime/lime/tree/develop/src/" -D logo "/images/logo.png" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime
|
||||
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D logo "/images/logo.png" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lime",
|
||||
"url": "https://github.com/haxelime/lime",
|
||||
"url": "https://github.com/openfl/lime",
|
||||
"license": "MIT",
|
||||
"tags": [],
|
||||
"description": "A foundational Haxe framework for cross-platform development",
|
||||
|
||||
Reference in New Issue
Block a user