update lime and lime-samples repo paths

This commit is contained in:
Josh Tynjala
2022-04-26 13:56:09 -07:00
parent ee39b85a9e
commit 10b8f962cd
5 changed files with 16 additions and 16 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/haxelime/lime.svg?style=flat&label=haxelib)](http://lib.haxe.org/p/lime) [![Build Status](https://img.shields.io/github/workflow/status/haxelime/lime/CI/develop)](https://github.com/haxelime/lime/actions) [![Community](https://img.shields.io/discourse/posts?color=24afc4&server=https%3A%2F%2Fcommunity.openfl.org&label=community)](https://community.openfl.org/c/lime/19) [![Discord Server](https://img.shields.io/discord/415681294446493696.svg?color=7289da)](https://discordapp.com/invite/tDgq8EE)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md) [![Haxelib Version](https://img.shields.io/github/tag/openfl/lime.svg?style=flat&label=haxelib)](http://lib.haxe.org/p/lime) [![Build Status](https://img.shields.io/github/workflow/status/openfl/lime/CI/develop)](https://github.com/openfl/lime/actions) [![Community](https://img.shields.io/discourse/posts?color=24afc4&server=https%3A%2F%2Fcommunity.openfl.org&label=community)](https://community.openfl.org/c/lime/19) [![Discord Server](https://img.shields.io/discord/415681294446493696.svg?color=7289da)](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:

View File

@@ -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",

View File

@@ -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

View File

@@ -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",